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
df093e0d
Commit
df093e0d
authored
Jan 23, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
9aa39a17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.vue
src/packages/hs-dialog/src/index.vue
+0
-1
child.vue
src/packages/hs-select-list/src/child.vue
+6
-1
No files found.
src/packages/hs-dialog/src/index.vue
View file @
df093e0d
...
...
@@ -8,7 +8,6 @@
@
open=
'handleOpen'
:close-on-click-modal=
"false"
:fullscreen=
'configData.fullscreen'
:modal-append-to-body=
'false'
:append-to-body=
"true"
:before-close=
"handleClose"
:destroy-on-close=
'true'
...
...
src/packages/hs-select-list/src/child.vue
View file @
df093e0d
...
...
@@ -130,6 +130,7 @@
>
新增
</el-button>
</div>
</div>
<hsIframeDialog
ref=
'appIframePageBoxA'
></hsIframeDialog>
</el-dialog>
<!--
<hs-dialog-iframepage
ref=
'appIframePageBox'
...
...
@@ -137,15 +138,19 @@
@
webChartConfigSave=
'webChartConfigSave'
@
saveAsDataToLocal=
'saveAsDataToLocal'
/>
-->
<hs-iframe-dialog
ref=
'appIframePageBoxA'
></hs-iframe-dialog>
</div>
</
template
>
<
script
>
import
hsUtil
from
'hs-util-js'
import
commonMixins
from
'../../ucClass/commonMixins'
import
_
from
'lodash'
import
hsIframeDialog
from
'../../hs-iframe-dialog/src/index.vue'
export
default
{
mixins
:
[
commonMixins
],
components
:{
hsIframeDialog
},
name
:
'select-list-component'
,
computed
:
{
getDisabled
:
function
()
{
...
...
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