xbot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user