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
50a87cda
authored
2021-01-04 10:46:15 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户编辑保存时传入bsm
1 parent
4af9e057
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
50a87cd
...
...
@@ -526,7 +526,6 @@
},
created
(){
let
bsm
=
this
.
$store
.
state
.
hbsm
// console.log(bsm,'户BSM')
if
(
bsm
)
{
this
.
getHInfo
(
bsm
);
}
...
...
@@ -705,7 +704,6 @@
},
//保存户信息
onSave
(){
this
.
form
.
bsm
=
this
.
$store
.
state
.
hbsm
;
this
.
form
.
qlxzList
=
this
.
$refs
.
qlxzModule
.
getQlxzDataList
();
if
(
this
.
form
.
scyclx
===
'0'
){
this
.
form
.
jzmj
=
this
.
form
.
ycjzmj
;
...
...
Please
register
or
sign in
to post a comment