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
06cfbc6f
Commit
06cfbc6f
authored
May 13, 2020
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化参照
parent
1d2d4145
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
55 deletions
+59
-55
request.js
src/packages/funTools/request.js
+55
-53
dyncFormItemComponentChild.vue
src/packages/hs-dync-form/dyncFormItemComponentChild.vue
+2
-2
index.vue
src/packages/hs-select-plus/index.vue
+2
-0
No files found.
src/packages/funTools/request.js
View file @
06cfbc6f
This diff is collapsed.
Click to expand it.
src/packages/hs-dync-form/dyncFormItemComponentChild.vue
View file @
06cfbc6f
...
...
@@ -67,13 +67,13 @@
</el-date-picker>
</
template
>
<
template
v-if=
"item.type==='elSwitch'"
>
<hs
S
witch
<hs
-s
witch
style=
"width:100%"
size=
'mini'
:disabled=
'disabled'
v-model=
"formParms[item.prop]"
>
</hs
S
witch>
</hs
-s
witch>
</
template
>
<
template
v-if=
"item.type==='elCheckbox'"
>
<el-checkbox
...
...
src/packages/hs-select-plus/index.vue
View file @
06cfbc6f
...
...
@@ -289,6 +289,8 @@ export default {
const
value
=
writeProp
[
key
]
this
.
$set
(
this
.
writeBackObject
,
key
,
data
[
value
])
}
this
.
initValue
(
this
.
value
)
console
.
log
(
data
,
'link out select'
)
this
.
dialogIframeVisible
=
false
},
jumpSelect
()
{
...
...
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