Merge branch 'gaohao' of https://e.coding.net/g-cphe0354/cashier/cashier-web into multi-store
This commit is contained in:
commit
299c6327b7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue