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
9e9b2354
authored
2020-10-26 08:42:51 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(create):错误提示
1 parent
e8ce05ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/views/panel/create/index.vue
src/views/panel/create/index.vue
View file @
9e9b235
...
...
@@ -17,8 +17,8 @@
:value=
"item.xzqbsm"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
>
</el-form-item>
<el-form-item
>
<el-select
v-model=
"djqValue"
style=
"width:130px;"
placeholder=
"地籍区"
@
change=
"changeDjq(djqValue)"
>
<el-option
v-for=
"item in djq"
...
...
@@ -27,8 +27,8 @@
:value=
"item.bsm"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
>
</el-form-item>
<el-form-item
>
<el-select
v-model=
"djzqValue"
style=
"width:150px;"
placeholder=
"地籍子区"
>
<el-option
v-for=
"item in djzq"
...
...
@@ -37,7 +37,7 @@
:value=
"item.bsm"
>
</el-option>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"项目名称"
>
<el-input
v-model=
"zdProjectName"
...
...
@@ -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