diff --git a/src/view/yl.vue b/src/view/yl.vue index 9ac1fbb..b7d36bf 100644 --- a/src/view/yl.vue +++ b/src/view/yl.vue @@ -345,13 +345,7 @@ const tableType = reactive({ width: '200' }, ], - data: [ - { - sdailycarecentername: "2016-05-02", - scustomername: "John Smith", - saddress: "No.1518, Jinshajiang Road, Putuo District", - }, - ], + data: [], }); // 表格分页 const pagination = reactive({ @@ -381,7 +375,7 @@ const getTownDetail = () => { } http.get("/api/ggfwyth/zcxxList",params).then((res) => { if (res.code == 200) { - + pagination.total = res.count tableType.data = res.data dialogShow.value = true; }