Browse Source

修改列自定义

zhangxc 5 years ago
parent
commit
15e25ea942
3 changed files with 6 additions and 3 deletions
  1. 2 1
      src/js/qcList.js
  2. 2 1
      src/js/qcListDept.js
  3. 2 1
      src/js/qcListPerson.js

+ 2 - 1
src/js/qcList.js

@@ -533,7 +533,8 @@ function recordScore(behospitalCode,totalNum,hasToast){
     })
 }
 
-function renderColSet(pageSetList){
+function renderColSet(list){
+    let pageSetList =  list || pageSetCopy
     let allSelect = true
     for(let i = 0; i < pageSetList.length; i++){
         if(pageSetList[i].status != 1){

+ 2 - 1
src/js/qcListDept.js

@@ -529,7 +529,8 @@ function recordScore(behospitalCode,totalNum,hasToast){
         }
     })
 }
-function renderColSet(pageSetList){
+function renderColSet(list){
+    let pageSetList =  list || pageSetCopy
     let allSelect = true
     for(let i = 0; i < pageSetList.length; i++){
         if(pageSetList[i].status != 1){

+ 2 - 1
src/js/qcListPerson.js

@@ -530,7 +530,8 @@ function recordScore(behospitalCode,totalNum,hasToast){
         }
     })
 }
-function renderColSet(pageSetList){
+function renderColSet(list){
+    let pageSetList =  list || pageSetCopy
     let allSelect = true
     for(let i = 0; i < pageSetList.length; i++){
         if(pageSetList[i].status != 1){