Browse Source

auth_type

XMTT 7 years ago
parent
commit
57fca2c3ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/model/sys/professor/new.js

+ 1 - 1
js/model/sys/professor/new.js

12
                var saveBtn = root.find(".opt-save"),
12
                var saveBtn = root.find(".opt-save"),
13
                    gotoBtn = root.find(".opt-goto"),
13
                    gotoBtn = root.find(".opt-goto"),
14
                    save = function (boolean) {
14
                    save = function (boolean) {
15
                        form.val({cuserId: id, professorState: 2, authentication: 1,authType:1});
15
                        form.val({cuserId: id, professorState: 2, authentication: 1});
16
                        if (form.val().orgType == null) {
16
                        if (form.val().orgType == null) {
17
                            form.val({orgType: 1});
17
                            form.val({orgType: 1});
18
                        }
18
                        }