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
907569b0
authored
2021-01-07 14:18:31 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
接口调用修改
1 parent
a5bd9106
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/views/zrz/lpb/bjlp/c/index.vue
src/views/zrz/lpb/bjlp/ljz/index.vue
src/views/zrz/lpb/bjlp/zdy/index.vue
src/views/zrz/lpb/bjlp/c/index.vue
View file @
907569b
...
...
@@ -157,7 +157,7 @@
watch
:{
cbsm
:
{
handler
:
function
(
item
)
{
if
(
item
!=
''
&&
this
.
$parent
.
menuType
==
'c'
){
if
(
item
!=
''
&&
this
.
$parent
.
$parent
.
menuType
==
'c'
){
this
.
getLjzInfo
(
this
.
item
)
}
},
...
...
src/views/zrz/lpb/bjlp/ljz/index.vue
View file @
907569b
...
...
@@ -414,7 +414,7 @@ export default {
ljzbsm
:
{
handler
:
function
(
item
)
{
console
.
log
(
item
,
'item'
);
if
(
item
!=
''
&&
this
.
$parent
.
menuType
==
'ljz'
){
if
(
item
!=
''
&&
this
.
$parent
.
$parent
.
menuType
==
'ljz'
){
this
.
getLjzInfo
(
this
.
ljzbsm
)
}
},
...
...
src/views/zrz/lpb/bjlp/zdy/index.vue
View file @
907569b
...
...
@@ -144,7 +144,7 @@
watch
:{
zdybsm
:
{
handler
:
function
(
item
)
{
if
(
item
!=
''
&&
this
.
$parent
.
menuType
==
'zdy'
){
if
(
item
!=
''
&&
this
.
$parent
.
$parent
.
menuType
==
'zdy'
){
this
.
getZdyInfo
(
item
)
}
},
...
...
Please
register
or
sign in
to post a comment