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
96066548
authored
2023-08-23 16:23:48 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
c1b96e41
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
5 deletions
src/views/lpb/index.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/selectZrzH.vue
src/views/ywbl/ywsq/guidePage.vue
src/views/ywbl/ywsq/selectBdc.vue
src/views/lpb/index.vue
View file @
9606654
...
...
@@ -271,7 +271,6 @@
},
created
()
{
window
.
addEventListener
(
"resize"
,
this
.
getHeight
);
console
.
log
(
this
.
formData
);
this
.
getHeight
();
},
mounted
()
{
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
9606654
...
...
@@ -311,11 +311,11 @@
}
},
handleLpbClick
(
item
)
{
console
.
log
(
"item"
,
item
);
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
bsm
,
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
}
})
...
...
src/views/ywbl/ywsq/components/selectZrzH.vue
View file @
9606654
...
...
@@ -89,7 +89,6 @@
*/
queryClick
()
{
this
.
$startLoading
();
console
.
log
(
"this.sqywInfo.zrzbsm"
,
this
.
sqywInfo
);
this
.
queryForm
.
zrzbsm
=
this
.
sqywInfo
.
bsm
;
// this.queryForm.zrzbsm = this.sqywInfo.zrzbsm;
selectHQjdc
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/guidePage.vue
View file @
9606654
...
...
@@ -159,7 +159,6 @@
if
(
this
.
selectType
==
'together'
)
{
getTogetherBiz
().
then
(
res
=>
{
if
(
res
)
{
console
.
log
(
"res"
,
res
);
this
.
djqxList
=
res
.
result
;
}
})
...
...
src/views/ywbl/ywsq/selectBdc.vue
View file @
9606654
...
...
@@ -37,7 +37,8 @@
* @param {*} view
* @author: renchao
*/
loadView
(
view
)
{
loadView
(
view
)
{
return
(
r
)
=>
require
.
ensure
([],
()
=>
r
(
require
(
`./components/
${
view
}
.vue`
)));
},
...
...
Please
register
or
sign in
to post a comment