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
63b5ec48
authored
2021-01-08 14:06:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地分割后的各个宗地的面积分摊表数据更新
1 parent
677059bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
src/views/zd/index.vue
src/views/zd/index.vue
View file @
63b5ec4
...
...
@@ -47,7 +47,7 @@ export default {
methods
:
{
loadingStatus
()
{
console
.
log
(
"是否禁用"
)
let
bsm
=
this
.
$
store
.
state
.
zd
bsm
;
let
bsm
=
this
.
$
route
.
query
.
bsm
;
queryStatus
(
bsm
).
then
(
res
=>
{
if
(
res
.
success
)
{
let
qszt
=
res
.
result
.
qszt
;
...
...
@@ -89,8 +89,16 @@ export default {
},
created
()
{},
mounted
()
{},
computed
:
{},
watch
:
{},
computed
:
{
zdbsm
()
{
return
this
.
$route
.
query
.
bsm
;
},
},
watch
:
{
zdbsm
:
function
(
val
)
{
this
.
loadingStatus
();
},
},
};
</
script
>
<
style
scoped
lang=
"less"
>
...
...
Please
register
or
sign in
to post a comment