@@ -116,7 +116,7 @@
},
messages: {
"deptName": {
- remote: "部门已经存在"
+ remote: "单位已经存在"
}
},
focusCleanup: true
@@ -128,20 +128,20 @@
}
}
- /*部门管理-修改-选择部门树*/
+ /*单位管理-修改-选择单位树*/
function selectDeptTree() {
var deptId = $("#treeId").val();
var excludeId = $("input[name='deptId']").val();
if(deptId > 0) {
var options = {
- title: '部门选择',
+ title: '单位选择',
width: "380",
url: prefix + "/selectDeptTree/" + $("#treeId").val() + "/" + excludeId,
callBack: doSubmit
};
$.modal.openOptions(options);
} else {
- $.modal.alertError("父部门不能选择");
+ $.modal.alertError("父单位不能选择");
}
}
diff --git a/ruoyi-admin/src/main/resources/templates/system/dept/tree.html b/ruoyi-admin/src/main/resources/templates/system/dept/tree.html
index e7bc229..9a75abd 100644
--- a/ruoyi-admin/src/main/resources/templates/system/dept/tree.html
+++ b/ruoyi-admin/src/main/resources/templates/system/dept/tree.html
@@ -1,7 +1,7 @@
-
+