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