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
4316288b
authored
2020-10-30 17:22:53 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
33cea5e8
19818dda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/systemZD/zddcb/index.vue
src/views/systemZD/zddcb/index.vue
View file @
4316288
...
...
@@ -126,7 +126,7 @@
<input
type=
"text"
class=
"formInput percent78"
v-model=
"formData.
dyhbsm
"
v-model=
"formData.
bdcdyh
"
/>
<el-button
type=
"primary"
class=
"createBtn"
>
生成
</el-button>
</td>
...
...
@@ -437,7 +437,7 @@ export default {
.
then
((
res
)
=>
{
console
.
log
(
res
);
this
.
formData
.
zddm
=
res
.
result
.
substring
(
0
,
19
);
this
.
formData
.
dyhbsm
=
res
.
result
;
this
.
formData
.
bdcdyh
=
res
.
result
;
})
.
catch
((
error
)
=>
{});
},
...
...
Please
register
or
sign in
to post a comment