Commit 8e10329c by hulei

检核失败时增加提示

parent 4e333334
......@@ -56,6 +56,11 @@ export default {
// tab切换之后,需出发tab-click的事件
this.tabClick(tab);
}
this.$notify({
title: "成功",
message: "校核成功",
type: "success",
});
} else {
this.$notify.error({ title: "错误", message: result.respMsg });
}
......
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