Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
9c5fe647
authored
2022-10-11 15:46:04 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:查询
1 parent
8b54afc7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
37 deletions
src/views/ywbl/ywsq/components/diyaq.vue
src/views/ywbl/ywsq/components/houseOwnership.vue
src/views/ywbl/ywsq/components/jsydsyq100.vue
src/views/ywbl/ywsq/components/jsydsyq200.vue
src/views/ywbl/ywsq/components/mixin/jump.js
src/views/ywbl/ywsq/javascript/publicDefaultPar.js
src/views/ywbl/ywsq/components/diyaq.vue
View file @
9c5fe64
...
...
@@ -127,11 +127,9 @@ export default {
handleSelectionChange
(
val
)
{
this
.
bdcdysz
=
val
;
},
queryClick
()
{
this
.
fetchData
();
},
},
};
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
...
...
src/views/ywbl/ywsq/components/houseOwnership.vue
View file @
9c5fe64
...
...
@@ -138,10 +138,7 @@ export default {
},
handleSelectionChange
(
val
)
{
this
.
bdcdysz
=
val
;
},
queryClick
()
{
this
.
fetchData
();
},
}
},
};
</
script
>
...
...
src/views/ywbl/ywsq/components/jsydsyq100.vue
View file @
9c5fe64
...
...
@@ -54,7 +54,7 @@ export default {
data
()
{
return
{
queryForm
:
defaultParameters
.
defaultParameters
(),
qllxs
:
[],
tableData
:
{
total
:
0
,
...
...
@@ -79,7 +79,7 @@ export default {
},
fetchData
()
{
if
(
this
.
bsmSqyw
)
{
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
selectScBdcdy
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
...
...
@@ -113,11 +113,8 @@ export default {
handleSelectionChange
(
val
)
{
this
.
bdcdysz
=
val
;
},
queryClick
()
{
this
.
fetchData
();
},
},
};
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
...
...
src/views/ywbl/ywsq/components/jsydsyq200.vue
View file @
9c5fe64
...
...
@@ -94,7 +94,7 @@ export default {
},
fetchData
()
{
if
(
this
.
bsmSqyw
)
{
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
selectQlxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
...
...
@@ -131,13 +131,9 @@ export default {
item
.
ybdcqzsh
=
item
.
bdcqzh
})
this
.
bdcdysz
=
val
;
},
queryClick
()
{
this
.
fetchData
();
},
},
};
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
...
...
src/views/ywbl/ywsq/components/mixin/jump.js
View file @
9c5fe64
...
...
@@ -9,6 +9,10 @@ export default {
data
.
bestepid
+
'&bsmBusiness='
);
window
.
open
(
href
,
"_blank"
);
},
queryClick
()
{
this
.
pageData
.
currentPage
=
1
this
.
fetchData
();
}
}
}
...
...
src/views/ywbl/ywsq/javascript/publicDefaultPar.js
View file @
9c5fe64
...
...
@@ -10,20 +10,16 @@ class data extends filter {
constructor
()
{
super
()
}
defaultParameters
(){
return
[
{
qllx
:
""
,
bdcdyh
:
""
,
ywh
:
""
,
bdcqzh
:
""
,
fwfl
:
""
,
zl
:
""
,
}
]
defaultParameters
()
{
return
{
qllx
:
""
,
bdcdyh
:
""
,
ywh
:
""
,
bdcqzh
:
""
,
fwfl
:
""
,
zl
:
""
,
}
}
}
let
defaultParameters
=
new
data
()
export
{
...
...
Please
register
or
sign in
to post a comment