|
|
|
@ -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([])
|
|
|
|
|