|
@@ -300,7 +300,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
// 部门选择
|
|
// 部门选择
|
|
|
deptChange() {
|
|
deptChange() {
|
|
|
- if (this.form.userType === "20") return;
|
|
|
|
|
const nodes = this.$refs.casc.getCheckedNodes();
|
|
const nodes = this.$refs.casc.getCheckedNodes();
|
|
|
this.form.deptName = nodes[0].label;
|
|
this.form.deptName = nodes[0].label;
|
|
|
},
|
|
},
|