task#10595,h5到app事件更换
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
:border="false"
|
||||
:fixed="true"
|
||||
:safe-area-inset-top="true"
|
||||
@click-left="goPrePage"
|
||||
@click-left="h5GoBack"
|
||||
/>
|
||||
</div>
|
||||
<div class="listWrap">
|
||||
@ -256,12 +256,12 @@ export default {
|
||||
this.$toast('审核不通过原因是其他时审核原因必填')
|
||||
return
|
||||
}
|
||||
let res = await reimburseOrderAudit({
|
||||
await reimburseOrderAudit({
|
||||
id:this.id,
|
||||
state:this.state,
|
||||
auditRemark:this.other=='其他' ? this.other+ '/' + this.otherReason : this.other,
|
||||
})
|
||||
console.log("ressssss",res)
|
||||
// console.log("ressssss",res)
|
||||
},
|
||||
isUse(e){
|
||||
this.states=e
|
||||
|
Reference in New Issue
Block a user