修改信息异常信息的提示

This commit is contained in:
wulin 2020-12-09 13:43:59 +08:00
parent 55101ced96
commit e23af9ef81

View File

@ -443,7 +443,7 @@ export default {
} }
} }
} else { } else {
this.$message.error("异常" + data.msg); this.$message.error(data.msg);
} }
this.dataListLoading = false; this.dataListLoading = false;