已完成问题

main
limingtao 11 months ago
parent 57b1099848
commit b4664a626f
  1. 7
      pages/investigation/complete.vue

@ -2,7 +2,7 @@
<view id="page">
<view class="Width100 Box BorderBox">
<view class="Content BorderBox Width100">
<top-title :is-show-left="true" :title="'排查'" :rightWidth='120' class="custom_bg">
<top-title :isCuMethod="true" @skipPage="skipPage" :is-show-left="true" :title="'排查'" :rightWidth='120' class="custom_bg">
</top-title>
</view>
@ -310,6 +310,11 @@
// this.getList()
},
skipPage(){
this.$.setData('pageStatus', 3)
this.$.setData('pageType', '3')
this.$.openTab('/pages/investigation/index')
},
initTroubleshootingData(id, index) {
this.troubleshootingData[index].extraConfigs = []
this.$request

Loading…
Cancel
Save