9e9b2354 by weimo934

fix(create):错误提示

1 parent e8ce05ee
......@@ -194,7 +194,7 @@ export default {
this.close();
this.$router.push("/zd");
} else {
this.$message.error("创建失败!");
this.$message.error(res.message);
}
})
.catch((error) => {});
......