mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 12:37:14 +08:00
common-setting
This commit is contained in:
@@ -534,7 +534,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
getAllFlatEmployees() {
|
getAllFlatEmployees() {
|
||||||
getEmployeeList({ block_status: 0, page_size: 99999 }).then((res) => {
|
getEmployeeList({ block_status: -1, page_size: 99999 }).then((res) => {
|
||||||
this.allFlatEmployees = res.data_list
|
this.allFlatEmployees = res.data_list
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -721,7 +721,7 @@ export default {
|
|||||||
this.loading = false
|
this.loading = false
|
||||||
},
|
},
|
||||||
updateAll() {
|
updateAll() {
|
||||||
this.expression = []
|
// this.expression = []
|
||||||
this.updateCount()
|
this.updateCount()
|
||||||
this.updateTableDataByFilter()
|
this.updateTableDataByFilter()
|
||||||
},
|
},
|
||||||
@@ -774,7 +774,7 @@ export default {
|
|||||||
},
|
},
|
||||||
reset() {
|
reset() {
|
||||||
this.filterName = ''
|
this.filterName = ''
|
||||||
this.$refs.filterComp.expression = ''
|
this.$refs.filterComp.expression = []
|
||||||
this.updateTableDataByFilter()
|
this.updateTableDataByFilter()
|
||||||
},
|
},
|
||||||
handleSearch(expression) {
|
handleSearch(expression) {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user