Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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) => {}); | ... | ... |
-
Please register or sign in to post a comment