Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-components
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-components
Commits
86cac93c
Commit
86cac93c
authored
Sep 14, 2022
by
Samir Sadyhov
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
канбан-доска - поправлено условие поиска
parent
ed6d69b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
constructor/components/Канбан-доска/Канбан-доска.js
constructor/components/Канбан-доска/Канбан-доска.js
+2
-2
No files found.
constructor/components/Канбан-доска/Канбан-доска.js
View file @
86cac93c
...
...
@@ -43,7 +43,7 @@ const KanbanBoard = {
param
+=
`&fields=
${
this
.
fieldDict
}
`
;
}
if
(
this
.
searchString
)
param
+=
`&searchString=
${
this
.
searchString
}
`
;
if
(
key
)
param
+=
`&field=
${
this
.
fieldDict
}
&condition=
CONTAIN
S&key=
${
key
}
`
;
if
(
key
)
param
+=
`&field=
${
this
.
fieldDict
}
&condition=
TEXT_EQUAL
S&key=
${
key
}
`
;
param
+=
`&pageNumber=
${
currentPage
}
&countInPart=
${
countInPart
}
`
;
return
param
;
},
...
...
@@ -61,7 +61,7 @@ const KanbanBoard = {
let
param
=
`?registryCode=
${
this
.
registryCode
}
`
;
if
(
this
.
filterCode
)
param
+=
`&filterCode=
${
this
.
filterCode
}
`
;
if
(
this
.
searchString
)
param
+=
`&searchString=
${
this
.
searchString
}
`
;
if
(
key
)
param
+=
`&field=
${
this
.
fieldDict
}
&condition=
CONTAIN
S&key=
${
key
}
`
;
if
(
key
)
param
+=
`&field=
${
this
.
fieldDict
}
&condition=
TEXT_EQUAL
S&key=
${
key
}
`
;
param
+=
`&fieldCode=
${
fieldCode
}
&countType=sum`
;
return
new
Promise
(
resolve
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment