请款bug

This commit is contained in:
chenjianan
2019-03-06 18:40:47 +08:00
parent 33e012b74d
commit 625c45317c
4 changed files with 9 additions and 4 deletions

View File

@@ -352,6 +352,9 @@ export default {
if (response.data[0].result === '1') {
this.$message.success('操作成功')
this.searchTable1()
} else if (response.data[0].result === '已审批') {
this.searchTable1()
this.$message.error('已审批,操作失败')
} else { this.$message.error('操作失败') }
})
}).catch(() => {