Browse Source

稽查为空处理

luolei 4 years ago
parent
commit
9534c12397
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/js/uncorrectedCopy.js

+ 2 - 0
src/js/uncorrectedCopy.js

@@ -72,6 +72,8 @@ $(parent.document).find(".menu .page[code=YH-ZKK-YXBLJCB]").addClass("active")
 
 
 function setTitleList(){
+  $('.pagination').html("")
+  $('.key-list tbody').html(emptyBox('努力加载中...',26,1))
   post(api.medicalCheckTitle,{}).then(res =>{
     if(res.data.code == '0'){
       const data = res.data.data||[];