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