bug
This commit is contained in:
@@ -105,6 +105,11 @@
|
|||||||
label: '可见范围',
|
label: '可见范围',
|
||||||
formart: v => v === '0' ? '不限' : '指定网格'
|
formart: v => v === '0' ? '不限' : '指定网格'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: 'arriveTime',
|
||||||
|
align: 'center',
|
||||||
|
label: '上架时间'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'status',
|
prop: 'status',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|||||||
@@ -103,13 +103,15 @@
|
|||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}).catch(() => {
|
}).catch(action => {
|
||||||
this.instance.post(`/app/appintegralmemberapply/auditApply?id=${id}&opType=2`).then(res => {
|
if (action === 'cancel') {
|
||||||
if (res.code == 0) {
|
this.instance.post(`/app/appintegralmemberapply/auditApply?id=${id}&opType=2`).then(res => {
|
||||||
this.$message.success('审核拒绝成功')
|
if (res.code == 0) {
|
||||||
this.getList()
|
this.$message.success('审核拒绝成功')
|
||||||
}
|
this.getList()
|
||||||
})
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user