Browse Source

解决 首次质控缺陷和评分 的卡顿

yangdr 5 months ago
parent
commit
418d06b612
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/js/qcScore.js

+ 1 - 3
src/js/qcScore.js

@@ -308,8 +308,6 @@ $(function () {
 
     $("#infoTmpl").tmpl(obj).appendTo("#patientInfo").promise().done(function () {
       getQcFirstAnalyze()
-      console.log("getQcFirstAnalyze执行了")
-      // showQcFirstAnalyze()
     });
     /*$(".check").on("click", function(){
       checkQc()
@@ -1156,7 +1154,7 @@ $(function () {
     post(api.getQcFirstAnalyze, {
       "behospitalCode": global_id,
     }).then(res => {
-      console.log("getQcFirstAnalyze", res)
+      // console.log("getQcFirstAnalyze", res)
       const { code, msg, data } = res.data
       if (code == '0') {
         qcFirstAnalyzeData = data