diff --git a/src/views/index.vue b/src/views/index.vue index f29d84e..f9bdc9c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1090,6 +1090,7 @@ const batchDisposal = () => { }) tableData1.value = tableData1.value.filter(item => row.index !== item.index); }) + getShildTableList() } // 批量删除 const batchDel = () => { @@ -1112,6 +1113,7 @@ const batchShild = () => { }) tableData1.value = tableData1.value.filter(item => row.index !== item.index); }) + getShildTableList() } const date1 = ref([])