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
5681c092
authored
2020-11-24 14:57:25 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复宗地表单页偶尔获取不到zdbsm问题
1 parent
f6333e41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
src/views/zd/zddcb/index.vue
src/views/zd/zddcb/index.vue
View file @
5681c09
...
...
@@ -413,11 +413,12 @@ export default {
formData
:
{},
};
},
created
()
{
let
bsm
=
this
.
$store
.
state
.
zdbsm
;
this
.
getZdjbxxData
(
bsm
);
created
()
{
},
mounted
()
{
this
.
getZdjbxxData
(
this
.
$store
.
state
.
zdbsm
);
},
mounted
()
{},
methods
:
{
//根据zdbsm查询基本信息
getZdjbxxData
(
bsm
)
{
...
...
Please
register
or
sign in
to post a comment