Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8ef0c5aa
authored
Apr 18, 2022
by
lhc
1
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: bug
parent
e09dbcef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
app/containers/selfOrder/module/SearchPage.js
app/containers/selfOrder/module/SearchPage.js
View file @
8ef0c5aa
...
...
@@ -38,7 +38,7 @@ class SearchPage extends Component {
cate_local_icon
:
require
(
'../../../images/auxili_tool.png'
),
},
],
searchValue
:
'
金属脊柱
'
,
searchValue
:
''
,
dataList
:
[],
topActiveIndex
:
0
,
}
...
...
@@ -65,7 +65,7 @@ class SearchPage extends Component {
manufacturerCode
:
topProcOptionList
[
topActiveIndex
].
supplier_code
,
productLineCategory
,
keyword
:
encodeURIComponent
(
searchValue
),
//
pageSize: 9999,
pageSize
:
9999
,
}
this
.
refs
.
LoadingModel
.
show
()
const
single_all_search
=
await
reqGlobalSearch
(
global_domain_config
,
JSON
.
parse
(
JSON
.
stringify
(
params
)))
...
...
@@ -295,12 +295,7 @@ class SearchPage extends Component {
tipTextTwoTit
=
{
'规格型号'
}
listImgIcon
=
{
'photos'
}
plusCallBack
=
{(
item
,
index
)
=>
{
setTopProcOptionListCallBack
(
this
.
formatToTopProcOptionList
(
item
).
then
(
data
=>
{
this
.
props
.
navigation
.
goBack
()
return
Promise
.
resolve
(
data
)
}),
)
setTopProcOptionListCallBack
(
this
.
formatToTopProcOptionList
(
item
))
}}
// reduceCallBack={() => this.props.handleAllPlusReduce(item, index)}
/
>
...
...
lhc
@lhc
mentioned in commit
516ef509
May 26, 2022
mentioned in commit
516ef509
mentioned in commit 516ef509b7081a30485d641364c99c1f007ed162
Toggle commit list
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