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
23ae31ad
authored
2024-03-05 16:35:15 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
c0c9db4f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
src/utils/filter.js
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
src/utils/filter.js
View file @
23ae31a
...
...
@@ -159,10 +159,7 @@ export default class filter {
};
for
(
let
key
in
row
)
{
console
.
log
(
"row[key]11"
,
row
[
key
],
key
);
console
.
log
(
"www"
,
strategies
[
key
],
key
);
if
(
row
[
key
]
===
1
&&
strategies
[
key
])
{
console
.
log
(
"row[key]22"
,
row
[
key
]);
keys
++
;
if
(
keys
==
1
)
{
if
(
text
){
...
...
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
View file @
23ae31a
...
...
@@ -207,6 +207,7 @@
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
this
.
queryForm
.
bhqkbsm
=
""
selectJsydQlxxSplitMergeBefore
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
...
...
Please
register
or
sign in
to post a comment