9e9b2354 by weimo934

fix(create):错误提示

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