From a0d05b483e029add2684a5b8acb7f1a04a67ac99 Mon Sep 17 00:00:00 2001 From: lnn19986213 <1667908750@qq.com> Date: Mon, 27 May 2024 17:10:22 +0800 Subject: [PATCH] gx --- src/view/yl.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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; }