Browse Source

authtype =1

XMTT 7 years ago
parent
commit
d3a2b2e39b
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,7 +12,7 @@ spa_define(function () {
12 12
                var saveBtn = root.find(".opt-save"),
13 13
                    gotoBtn = root.find(".opt-goto"),
14 14
                    save = function (boolean) {
15
                        form.val({cuserId: id, professorState: 2, authentication: 1});
15
                        form.val({cuserId: id, professorState: 2, authentication: 1,authType:1});
16 16
                        if (form.val().orgType == null) {
17 17
                            form.val({orgType: 1});
18 18
                        }