This commit is contained in:
liuye
2023-09-06 16:43:12 +08:00
parent 7a67f0ebac
commit 587b472194
2 changed files with 9 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ export default {
return {
defaultProps: {
label: 'name',
value: 'id',
value: 'fullId',
checkStrictly: true,
},
deptOptions: [],
@@ -365,9 +365,9 @@ export default {
}
},
deptSelect(val) {
this.deptList = val
this.isTypeInit = false
this.getStatistics()
if(!val) {
this.getStatistics()
}
},
timeChange(index) {
this.type = index