common-setting

This commit is contained in:
wang-liang0615 2023-07-27 15:47:13 +08:00
parent 0283af812c
commit 928149f2a0
2 changed files with 272 additions and 692 deletions

View File

@ -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