Explorar o código

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

yanglingling hai 11 meses
pai
achega
c0e64ed035
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
     },