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
b6815c90
authored
2021-01-19 14:07:55 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat():分类调查表
1 parent
8970ccfe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/Fldcb/Fldcb.vue
src/components/Fldcb/Fldcb.vue
View file @
b6815c9
...
...
@@ -187,8 +187,8 @@
}
},
mounted
(){
console
.
log
(
this
.
$route
.
query
.
bsm
,
'分类bsm'
)
this
.
info
(
this
.
$route
.
query
.
bsm
)
this
.
flmjData
.
zdbsm
=
this
.
$route
.
query
.
bsm
;
},
methods
:{
info
(
zdbsm
){
...
...
@@ -233,7 +233,7 @@
"$store.state.zddm"
:
function
(
zddm
)
{
this
.
zddm
=
zddm
},
"$
store.state.zd
bsm"
:
function
(
bsm
)
{
"$
route.query.
bsm"
:
function
(
bsm
)
{
this
.
mjftData
.
zdbsm
=
bsm
this
.
info
(
bsm
);
},
...
...
Please
register
or
sign in
to post a comment