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
0ad6e0d4
authored
2024-03-05 16:23:24 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
e1e11317
c0c9db4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
src/utils/filter.js
src/views/zhcx/djbcx/djbcx.vue
src/utils/filter.js
View file @
0ad6e0d
...
...
@@ -165,7 +165,12 @@ export default class filter {
console
.
log
(
"row[key]22"
,
row
[
key
]);
keys
++
;
if
(
keys
==
1
)
{
text
+=
strategies
[
key
];
if
(
text
){
text
+=
','
+
strategies
[
key
];
}
else
{
text
+=
strategies
[
key
];
}
}
else
{
text
+=
','
+
strategies
[
key
];
}
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
0ad6e0d
...
...
@@ -188,15 +188,13 @@
* @author: renchao
*/
handleLpbClick
(
item
)
{
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
zrzbsm
,
console
.
log
(
"zrzbsm"
,
item
,
item
.
zrzbsm
);
this
.
$popupDialog
(
'楼盘表'
,
'lpb/index'
,
{
bsm
:
item
.
zrzbsm
,
zrzbsm
:
item
.
zrzbsm
,
zdbsm
:
item
.
zrzbsm
,
onlyShow
:
true
}
})
},
'90%'
,
true
)
}
}
}
...
...
Please
register
or
sign in
to post a comment