处理工单

master
Lee1203 2022-07-31 16:58:24 +08:00
parent 2ea46c7862
commit 65f15df320
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
id:0, //id
}
},
onload(op) {
onLoad(op) {
if(op.id) this.id = op.id;
},
methods: {

View File

@ -85,7 +85,7 @@
</view>
</view>
<view class="disjcac pad-sx50" v-if="ifManager==0">
<view class="disjcac enter-btn" style="margin: 0;" @tap="handleEv"></view>
<view class="disjcac enter-btn" style="margin: 0;" @tap="handleEv(detail.id)"></view>
</view>
<view class="disjcac pad-sx50" v-if="ifManager==1">
<view class="disjcac enter-btn" style="margin: 0;background-color: #f71200;border-color: #f71200;" @tap="reexamineEv"></view>