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
8c3e9d75
Commit
8c3e9d75
authored
Jan 21, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复两个bug ,一个是弹出框中无法下载excel ,二 select-list无法弹出
parent
7a324af1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
index.vue
src/packages/hs-dialog-iframepage/src/index.vue
+1
-2
child.vue
src/packages/hs-select-list/src/child.vue
+2
-2
ItemComponentChild.vue
src/packages/hs-table/src/ItemComponentChild.vue
+0
-1
No files found.
src/packages/hs-dialog-iframepage/src/index.vue
View file @
8c3e9d75
...
...
@@ -11,7 +11,7 @@
name=
"hsDialogIframe"
:src=
'pageSrc'
style=
"width:100%;height:600px;padding-top:10px"
sandbox=
"allow-same-origin allow-scripts allow-forms allow-top-navigation allow-popups"
sandbox=
"allow-
downloads allow-
same-origin allow-scripts allow-forms allow-top-navigation allow-popups"
></iframe>
</div>
</hs-dialog>
...
...
@@ -156,7 +156,6 @@ export default {
// 单个的字符串 默认这是title
this
.
hsDialogConfig
.
title
=
config
}
debugger
},
showFileIframe
(
parms
,
message
,
config
,
confirm
,
cancel
)
{
let
parms_
=
{}
...
...
src/packages/hs-select-list/src/child.vue
View file @
8c3e9d75
...
...
@@ -397,7 +397,7 @@ export default {
// 调用外面的查询方法
this
.
searchFormRight
[
value
]
=
this
.
value
const
data
=
await
this
.
$listeners
.
queryLookup
(
this
.
allSourceData
.
config
,
this
.
configData
,
this
.
searchFormRight
,
this
.
formData
)
...
...
@@ -425,7 +425,7 @@ export default {
}
// 调用外面的查询方法
const
data
=
await
this
.
$listeners
.
queryLookup
(
this
.
allSourceData
.
config
,
this
.
configData
,
this
.
searchFormLeft
,
this
.
formData
)
...
...
src/packages/hs-table/src/ItemComponentChild.vue
View file @
8c3e9d75
...
...
@@ -279,7 +279,6 @@ export default {
return
bool
}
}
debugger
return
!!
(
this
.
disabled
||
bool
||
this
.
$attrs
.
disabled
)
}
},
...
...
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