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
cf9dd1e7
Commit
cf9dd1e7
authored
Apr 23, 2020
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化参照
parent
33f63f90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
src/packages/hs-select-plus/index.vue
+6
-1
No files found.
src/packages/hs-select-plus/index.vue
View file @
cf9dd1e7
...
@@ -311,7 +311,12 @@ export default {
...
@@ -311,7 +311,12 @@ export default {
for
(
const
key
in
parms
)
{
for
(
const
key
in
parms
)
{
parmsStr
+=
`&
${
key
}
=
${
parms
[
key
]}
`
;
parmsStr
+=
`&
${
key
}
=
${
parms
[
key
]}
`
;
}
}
const
url__
=
`
${
startUrl
}
#
${
url_
}
`
+
parmsStr
+
"&isInnerDialog=1"
;
let
url__
=
""
;
if
(
url
.
startsWith
(
"http"
))
{
url__
=
`
${
url_
}
`
+
parmsStr
+
"&isInnerDialog=1"
;
}
else
{
url__
=
`
${
startUrl
}
#
${
url_
}
`
+
parmsStr
+
"&isInnerDialog=1"
;
}
this
.
dialogIframeSrc
=
url__
;
this
.
dialogIframeSrc
=
url__
;
this
.
dialogIframeVisible
=
true
;
this
.
dialogIframeVisible
=
true
;
},
},
...
...
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