Browse Source

添加一下注释

xiezhiming 9 months ago
parent
commit
f2a7381d33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/js/qcScore.js

+ 2 - 2
src/js/qcScore.js

@@ -1169,7 +1169,6 @@ $(function () {
     });
   }
   /**编辑状态*/
-
   var isEditing = {
     "病案首页": false,
     "入院记录": false,
@@ -1181,7 +1180,9 @@ $(function () {
   }
 
   $("body").on("click", ".save", function () {
+    /**记录当前项的编辑状态*/
     let editStatus = false
+    /**记录查房记录项的索引*/
     let index = -1
 
     if (global_activeTab === "查房记录") {
@@ -1239,7 +1240,6 @@ $(function () {
 
           break
         case "查房记录":
-          console.log("index:", index);
           hideLoading()
           isEditing[global_activeTab][index] = false
           editStatus = false