部门管理
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user