Browse Source

人员保存判断修改

xiyang.wang 7 months ago
parent
commit
dcc500215c

+ 1 - 1
ruoyi-system/src/main/resources/templates/ahrs/personnel/edit.html

@@ -860,7 +860,7 @@
                 url: ctx + 'system/dept/assert/' + $('#treeId').val(),
                 success: function (r) {
                     if (r.code === 0) {
-                        if (r.msg != "3N"){
+                        if (r.msg != "3N" && r.msg != "3Y"){
                             $.modal.alertWarning("修改人员失败,该人员的所属单位不是事业单位!");
                             return;
                         }