部门管理

This commit is contained in:
2025-03-04 18:44:40 +08:00
parent 628951cf10
commit 4e71b99606
7 changed files with 174 additions and 34 deletions

View File

@@ -101,6 +101,8 @@ export default {
marker: null,
keyword: "",
local: null,
dataListLoading: false,
dataListSelections: [],
dataList:[]
};
},
@@ -115,6 +117,10 @@ export default {
this.dataList = data.notices
}
})
},
// 多选
selectionChangeHandle (val) {
this.dataListSelections = val
}
},
mounted(){