Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
599f571c
authored
2020-10-26 09:23:34 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
e0c3bef7
9e9b2354
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/panel/create/index.vue
src/views/panel/create/index.vue
View file @
599f571
...
...
@@ -194,7 +194,7 @@ export default {
this
.
close
();
this
.
$router
.
push
(
"/zd"
);
}
else
{
this
.
$message
.
error
(
"创建失败!"
);
this
.
$message
.
error
(
res
.
message
);
}
})
.
catch
((
error
)
=>
{});
...
...
Please
register
or
sign in
to post a comment