代码更新
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user