mirror of https://github.com/veops/cmdb.git
common-setting
This commit is contained in:
parent
0283af812c
commit
928149f2a0
|
@ -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
Loading…
Reference in New Issue