更新数据
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user