Browse Source

去掉orgtype的默认值

XMTT 7 years ago
parent
commit
78120babf8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      js/model/sys/org/details.js

+ 0 - 3
js/model/sys/org/details.js

69
                                return;
69
                                return;
70
                            }
70
                            }
71
                        }
71
                        }
72
                        if (form.val().orgType == null) {
73
                            form.val({orgType: 1});
74
                        }
75
                        if (form.val().forShort == null) {
72
                        if (form.val().forShort == null) {
76
                            util.alert("请输入企业简称");
73
                            util.alert("请输入企业简称");
77
                            return;
74
                            return;