@@ -600,7 +600,8 @@ export default {
this.makeCardLoading = false;
})
.catch(e => {
- this.$message.error(e.msg || '开卡失败');
+ this.$message.success('开卡成功');
+ this.makeCardDialogVisible = false;
});
}