更新数据

This commit is contained in:
2025-07-08 14:14:34 +08:00
parent c9fa01cfe7
commit f4e4b36851
2 changed files with 4 additions and 8 deletions

View File

@ -116,11 +116,7 @@ const init = (list) => {
fjdz.value = []
tabHeightFn()
dialogForm.value = true;
let peo = []
list.forEach(item => {
if(item.zdryList) peo = peo.concat(item.zdryList);
});
pageForm.tableData = peo.map((it) => {
pageForm.tableData = list.map((it) => {
return {
xm: it.ryXm,
xb: it.ryXb,