|
@@ -1993,8 +1993,10 @@ export default {
|
|
|
//业绩部门
|
|
|
this.saleDepClick()
|
|
|
setTimeout(() => {
|
|
|
- this.$refs.saleRef.setDefaultPerson = this.$store.getters.getAdminUser.username
|
|
|
- this.$refs.saleRef.personData()
|
|
|
+ if (this.$refs.saleRef) {
|
|
|
+ this.$refs.saleRef.setDefaultPerson = this.$store.getters.getAdminUser.username
|
|
|
+ this.$refs.saleRef.personData()
|
|
|
+ }
|
|
|
}, 1000)
|
|
|
}
|
|
|
},
|