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
d099a117
authored
2021-01-08 13:41:26 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
分割后的宗地切换时更新面积分摊表数据
1 parent
ec5ce720
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/views/zd/mjftb/index.vue
src/views/zd/mjftb/index.vue
View file @
d099a11
...
...
@@ -209,7 +209,10 @@
let
num
=
this
.
mjftData
.
list
.
length
?
this
.
mjftData
.
list
.
length
:
0
self
.
mjftData
.
dzwdys
=
num
return
num
;
}
},
zdbsm
()
{
return
this
.
$route
.
query
.
bsm
;
},
},
created
()
{
console
.
log
(
"create init..."
)
...
...
@@ -239,6 +242,9 @@
"$store.state.zddm"
:
function
(
zddm
)
{
this
.
zddm
=
zddm
},
zdbsm
:
function
(
val
)
{
this
.
getData
(
val
);
},
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment