Ver código fonte

修改登录报错

DESKTOP-QGP20P1\dev_2 8 meses atrás
pai
commit
da684fec6e
2 arquivos alterados com 4 adições e 4 exclusões
  1. 1 1
      src/html/qcScore.html
  2. 3 3
      src/js/index.js

+ 1 - 1
src/html/qcScore.html

@@ -336,7 +336,7 @@
                         <td class="oper">
                             {{if isDeleted=='N'}}
                                 {{if hasAu}}
-                                    <a class="edit-flaw blue" code="${id}" href="javascript:void(0);">编辑</a> 
+                                    <a class="edit-flaw blue" code="${id}" href="javascript:void(0);">修改</a> 
                                 {{/if}}
                                 {{if hasAu2}}
                                     <a class="del-flaw red" code="${id}" href="javascript:void(0);">删除</a>

+ 3 - 3
src/js/index.js

@@ -107,7 +107,7 @@ $(function () {
     $(this).find('.qiehuan i').html('切换病案质控')
     $('.subtitle').html('AI运行质控平台')
     getMenu()
-    getAuditNumber()
+    // getAuditNumber()
     if (getCookie('checkAuth') == '5') {
       getNewsCount()
     }
@@ -117,7 +117,7 @@ $(function () {
     $(this).find('.qiehuan i').html('切换运行质控')
     $('.subtitle').html('AI病案质控平台')
     getMenu()
-    getAuditNumber()
+    // getAuditNumber()
     if (getCookie('checkAuth') == '5') {
       getNewsCount()
     }
@@ -135,7 +135,7 @@ $(function () {
     }
     $('#contentIframe').attr('src', $('#contentIframe').attr('src'));
     getMenu();
-    getAuditNumber()
+    // getAuditNumber()
     if (getCookie('checkAuth') == '5') {
       getNewsCount()
     }