yangan
2024-06-21 7f02619d92353f989cccf29fd58321d4f13500bb
pages/doorkeeper-page/doorkeeper-index/exit-index.vue
@@ -75,11 +75,6 @@
      },
      methods: {
         yuYueBtnClick(item){
            if(item.inspectedResult){
               this.inspectData=JSON.parse(item.inspectedResult)
               this.form=item
               this.show = true;
            }else{
               this.inspectData=[]
               this.form=item
               uni.showLoading({ title: '加载中...' });
@@ -92,13 +87,11 @@
                     uni.$u.toast('检查成功')
                     this.form={}
                     this.ClickLoading = false;
                     this.show = false;
                     this.TaskCoalList()
                  } else {
                     uni.$u.toast(res.msg ? res.msg : '检查失败')
                  }
               })
            }
         },
         selectionChange(items){
           const allIds = this.inspectData.map(item => item);