修改对公审核字段错误的问题
This commit is contained in:
@@ -75,7 +75,6 @@ Component({
|
||||
})
|
||||
},
|
||||
onChangeReason(e) {
|
||||
console.log('e.detail', e.detail)
|
||||
this.setData({
|
||||
reason: e.detail,
|
||||
})
|
||||
@@ -93,11 +92,8 @@ Component({
|
||||
alertInfo("请输入拒绝理由")
|
||||
return;
|
||||
}
|
||||
console.log('1')
|
||||
loadingFunc(async () => {
|
||||
console.log('2')
|
||||
const { code, message } = await rechargeApprove({ id: record, status: 1, reason })
|
||||
console.log('3')
|
||||
if (code !== OK) {
|
||||
alertInfo(message)
|
||||
return;
|
||||
@@ -131,7 +127,6 @@ Component({
|
||||
if (res.cancel) {
|
||||
|
||||
}
|
||||
|
||||
if (res.confirm) {
|
||||
loadingFunc(async () => {
|
||||
const { code, message } = await rechargeApprove({ id: record, status: 0, })
|
||||
|
@@ -47,7 +47,7 @@
|
||||
<van-radio wx:if="{{item.orderStatus !== '已退回'}}" name="{{item.id}}"></van-radio>
|
||||
</view>
|
||||
<view class="th" style="width: 200rpx"> {{ item.tenement.shortName }} </view>
|
||||
<view class="th" style="width: 200rpx"> {{ item.amount }} </view>
|
||||
<view class="th" style="width: 200rpx"> {{ item.money }} </view>
|
||||
<view class="th" style="width: 200rpx">
|
||||
<view class="primaryTextBtn" bind:tap="jumpToDetail" data-id="{{item.id}}">
|
||||
查看详细
|
||||
|
Reference in New Issue
Block a user