Commit 3edcd6b2 by fengzhaoyu

修改绑定实体卡存在状态码提示信息

parent bd7b3f02
......@@ -487,7 +487,7 @@ export default {
this.visible2 = false
this.updateBindCardStatusForm.resetFields()
this.$message.success('操作成功')
} else if (res.data.resultCode === 10010009) {
} else if (res.data.resultCode === 10105) {
this.$message.error('该卡片已被占用')
} else {
this.$message.error(res.data.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment