Sfoglia il codice sorgente

checkOperationWithAppeal返回类型修改且给默认值

zhouna 3 anni fa
parent
commit
aff1dd310f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/js/qcScore.js

+ 1 - 1
src/js/qcScore.js

@@ -185,7 +185,7 @@ $(function () {
         global_check = checkStatus
         global_check_home = mrStatus
         global_check_show = checkShow;//0隐藏操作按钮1显示
-        check_Operation_WithAppeal = JSON.parse(checkOperationWithAppeal||"null")
+        check_Operation_WithAppeal = checkOperationWithAppeal;
         const info = Object.assign(beHospital, result);
         initMenu(JSON.parse(result.menuData));
         // $(".sub-menu>ul>li:first-child.page,.menu-mini>ul>li:first-child.page").addClass("active");