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
615b722d
authored
2020-12-15 19:40:04 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
重置添加层户数据优化
1 parent
1eb03185
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
src/views/zrz/lpb/bjlp/ch/index.vue
src/views/zrz/lpb/bjlp/ch/index.vue
View file @
615b722
...
...
@@ -113,16 +113,9 @@ export default {
},
//重置数据
reset
()
{
this
.
tableData
=
[
{
cz
:
"+"
,
ljzbsm
:
""
,
zdybsm
:
""
,
qsc
:
""
,
jsc
:
""
,
hs
:
""
,
},
];
this
.
tableData
[
0
].
qsc
=
""
;
this
.
tableData
[
0
].
jsc
=
""
;
this
.
tableData
[
0
].
hs
=
""
;
},
},
computed
:
{},
...
...
@@ -171,7 +164,7 @@ export default {
},
scyclx
:{
handler
(
n
){
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
formData
.
scyclx
=
this
.
scyclx
;
})
}
...
...
Please
register
or
sign in
to post a comment