代码更新

This commit is contained in:
GaoHao
2025-03-10 09:14:57 +08:00
parent 4f65b08c06
commit 490c513f48
48 changed files with 1162 additions and 537 deletions

View File

@@ -115,7 +115,7 @@
const areaId=area.list[area.defaultCateIndex].id||''
let res = await getShopTable({...query,areaId,name:searchValue.value,status:'idle'})
tables.list = res.records
tables.selIndex = res.records.findIndex(v => v.tableId == option.tableId)
tables.selIndex = res.records.findIndex(v => v.id == option.id)
query.totalElements= res.totalRow;
tables.hasAjax = true;