@ -403,7 +403,9 @@ const searchFormClick = (searchData) => {
}
getList() // 刷新当前列表
const tableSelectionDelete = (selection) => {
tableData.value = tableData.value.filter((item) => !selection.includes(item))
/** 初始化 **/
onMounted(async () => {
getList()