Browse Source

专家审核的身份默认改为科研工作者

XMTT 7 years ago
parent
commit
99a3a05c0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/model/sys/userInfo/review.js

+ 1 - 1
js/model/sys/userInfo/review.js

68
                };
68
                };
69
                saveBtn.on("click", save);
69
                saveBtn.on("click", save);
70
                form.val(data.data);
70
                form.val(data.data);
71
                form.val({state: 3, authentication: 0, authStatus: 3, authStatusExpert: 3});
71
                form.val({state: 3, authentication: 1, authStatus: 3, authStatusExpert: 3});
72
            }
72
            }
73
        }
73
        }
74
    });
74
    });