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