From cf626cb8620d8d81a957c4a4e4c35ec6801c8138 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Fri, 11 Apr 2025 09:47:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=86=E5=BA=97=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=AD=9B=E9=80=89name=E5=90=8D=E7=A7=B0=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/branchStore/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/shop/branchStore/index.vue b/src/views/shop/branchStore/index.vue index fe95978..12fa3c2 100644 --- a/src/views/shop/branchStore/index.vue +++ b/src/views/shop/branchStore/index.vue @@ -117,8 +117,7 @@ async function getTableData() { const res = await ShopBranchApi.getList({ page: state.tableData.page, size: state.tableData.size, - shopName: state.query.name, - status: state.query.status, + branchShopName: state.query.name, }); state.tableData.loading = false; state.tableData.list = res.records;