599f571c by 杨威
2 parents e0c3bef7 9e9b2354
......@@ -194,7 +194,7 @@ export default {
this.close();
this.$router.push("/zd");
} else {
this.$message.error("创建失败!");
this.$message.error(res.message);
}
})
.catch((error) => {});
......