Merge branch 'feature/入司优化' into dev

This commit is contained in:
mengxiaolong
2020-10-16 16:03:58 +08:00

View File

@@ -203,7 +203,7 @@ export default {
if (res.result == 0) {
this.$toast('撤销成功')
} else {
this.$toast(res.resultMessage)
return this.$toast(res.resultMessage)
}
this.idNo = ''
done()