MrShi
2025-04-18 ad685ebb7a5af63cd00d2da6d2e540dd8049ac93
h5/pages/details_dca/details_dca.vue
@@ -59,7 +59,7 @@
               <view class="dca_wt_list_item_info">
                  {{item.problemTitle}}
               </view>
               <view class="dca_wt_list_item_btn">
               <view class="dca_wt_list_item_btn" v-if="item.closeButton === 1">
                  <view class="btn" @click="handle(item.id)">处理</view>
               </view>
            </view>
@@ -210,10 +210,10 @@
                  workorderId: that.info.id
               })
               if (res.code === 200) {
                  uni.showToast({ title: '操作成功', icon: 'none' })
                  that.canScroll()
                  that.show = false
                  that.getDetails()
                  uni.showToast({ title: '操作成功', icon: 'none' })
               }
            }).catch(errors => {