|
|
|
@ -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 |
|
|
|
|