修改障碍物保存逻辑

main
suixy 1 month ago
parent a9ac649de9
commit 98169903a3

@ -1090,6 +1090,7 @@ const batchDisposal = () => {
}) })
tableData1.value = tableData1.value.filter(item => row.index !== item.index); tableData1.value = tableData1.value.filter(item => row.index !== item.index);
}) })
getShildTableList()
} }
// //
const batchDel = () => { const batchDel = () => {
@ -1112,6 +1113,7 @@ const batchShild = () => {
}) })
tableData1.value = tableData1.value.filter(item => row.index !== item.index); tableData1.value = tableData1.value.filter(item => row.index !== item.index);
}) })
getShildTableList()
} }
const date1 = ref([]) const date1 = ref([])

Loading…
Cancel
Save