Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_pda_Web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高宇
template_pda_Web
Commits
ba14330d
Commit
ba14330d
authored
Sep 20, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uhf功能修复-筛选
parent
ec19daef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
WebViewContact.js
src/utils/WebViewContact.js
+1
-0
uhfIndex.vue
src/views/setup/uhfIndex.vue
+3
-1
No files found.
src/utils/WebViewContact.js
View file @
ba14330d
...
...
@@ -9,6 +9,7 @@ export const openCamera = (params) => {
})
}
// 开始识别
// selectValue:要传入的存储的筛选IDList
export
const
startPower
=
(
params
)
=>
{
return
new
Promise
(
resolve
=>
{
DS_BRIDGE
.
call
(
'startPower'
,
params
,
res
=>
{
...
...
src/views/setup/uhfIndex.vue
View file @
ba14330d
...
...
@@ -104,6 +104,7 @@ export default {
return
{
// 假数据
selectValue
:
''
,
// 存储的筛选IDList
selectValueList
:
[],
dialogVisible
:
false
,
// 控制对话框显示与隐藏
dialogVisibleSelect
:
false
,
// 控制设置筛选对话框显示与隐藏
...
...
@@ -153,6 +154,7 @@ export default {
clearSelect
()
{
this
.
dialogVisibleSelect
=
false
this
.
selectValue
=
''
// 清空的筛选IDList
this
.
selectValueList
=
[]
},
...
...
@@ -203,10 +205,10 @@ export default {
this
.
startState
=
true
const
params
=
{
flag
:
'startPower'
,
// 存储的筛选IDList
selectValue
:
this
.
selectValueList
,
tokenMsg
:
getToken
()
}
// 补充逻辑:如果设置筛选有值就调筛选逻辑,传id过去,筛选没值就不传id过去
this
.
$WebView
.
startPower
(
params
).
then
(
res
=>
{
this
.
imgUrlForm
=
JSON
.
parse
(
res
)
})
...
...
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