处理工单
parent
2ea46c7862
commit
65f15df320
|
@ -29,7 +29,7 @@
|
|||
id:0, //工单id
|
||||
}
|
||||
},
|
||||
onload(op) {
|
||||
onLoad(op) {
|
||||
if(op.id) this.id = op.id;
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue