Browse Source

提示内容修改

liuzhen 6 years ago
parent
commit
962355a27a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WebUI/CallCenterWeb.UI/zhiShiKu/js/newRepository.js

+ 1 - 1
WebUI/CallCenterWeb.UI/zhiShiKu/js/newRepository.js

@@ -133,7 +133,7 @@
133 133
         		$('.addTo').click(function(){
134 134
         			var depid=$('#depID').val();
135 135
         			if(!depid||depid==0){
136
-        				layer.msg('请选择三级以下服务单位');
136
+        				layer.msg('请选择一个承办单位');
137 137
         				return;
138 138
         			}
139 139
         			goAdd(depid)