Browse Source

feature(遵义人民):添加外部部门选择时,名称获取

yanglingling 11 months ago
parent
commit
c0e64ed035
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/Register.vue

+ 0 - 1
src/views/Register.vue

@@ -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;
     },