Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-sky-ui
Project
Project
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
何虹
hs-sky-ui
Commits
048aaed0
Commit
048aaed0
authored
Jan 23, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
6ea83bdc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
child.vue
src/packages/hs-select-list/src/child.vue
+8
-2
No files found.
src/packages/hs-select-list/src/child.vue
View file @
048aaed0
...
...
@@ -131,7 +131,13 @@
</div>
</div>
</el-dialog>
<hs-iframe-dialog
ref=
'appIframePageBox'
></hs-iframe-dialog>
<!--
<hs-dialog-iframepage
ref=
'appIframePageBox'
@
webChartConfigQuery=
'webChartConfigQuery'
@
webChartConfigSave=
'webChartConfigSave'
@
saveAsDataToLocal=
'saveAsDataToLocal'
/>
-->
<hs-iframe-dialog
ref=
'appIframePageBoxA'
></hs-iframe-dialog>
</div>
</
template
>
<
script
>
...
...
@@ -279,7 +285,7 @@ export default {
parms
.
isAdd
=
1
parms
.
notDirectNew
=
1
const
{
url
}
=
configData
.
linkBtnUi
const
data
=
await
this
.
$refs
.
appIframePageBox
.
show
(
url
,
parms
,
{},
{})
const
data
=
await
this
.
$refs
.
appIframePageBox
A
.
show
(
url
,
parms
,
{},
{})
if
(
data
&&
data
.
main
)
{
const
{
value
}
=
this
.
configData
// 调用外面的查询方法
...
...
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