Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
Details
Activity
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
王衍超
rbc-demo
Commits
74b2e784
Commit
74b2e784
authored
May 16, 2022
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(@gms/gms-plugin-billexpand): 基础数据组件问题
- 点击列表条目后列表可能不消失 - 弹窗选择后点击input后内容消失
parent
66ee3bad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
index.vue
...ms-plugin-billexpand/src/control/baseDataSelect/index.vue
+7
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/control/baseDataSelect/index.vue
View file @
74b2e784
...
...
@@ -15,7 +15,7 @@
v-for="(item,index) in baseDataList"
:key="item.code"
:value="item.code"
@
click
="handleMainSearchSelectClick(item)"
@
mousedown
="handleMainSearchSelectClick(item)"
>
<span
class=
"acct-search-label"
>
{{
getLable
(
item
)
}}
</span>
</li>
...
...
@@ -468,9 +468,15 @@ export default {
this
.
$emit
(
'data-change'
,
this
.
value
)
},
onSelectOk
(
value
)
{
if
(
this
.
multiple
)
{
this
.
selection
=
value
let
result
=
this
.
getReturnInfo
()
this
.
sendEvent
(
result
)
}
else
if
(
value
&&
value
.
length
)
{
this
.
handleMainSearchSelectClick
(
value
[
0
])
}
},
},
}
...
...
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