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
d43e0ca7
Commit
d43e0ca7
authored
Apr 23, 2020
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
d48db407
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
index.vue
src/packages/hs-select-plus/index.vue
+6
-9
No files found.
src/packages/hs-select-plus/index.vue
View file @
d43e0ca7
...
...
@@ -94,8 +94,8 @@ export default {
dialogIframe
},
props
:
{
requestMethod
:{
type
:
Function
requestMethod
:
{
type
:
Function
},
containerType
:
{},
elInfo
:
{
...
...
@@ -241,14 +241,12 @@ export default {
},
allSourceData
:
{
handler
:
function
(
newVal
,
oldVal
)
{
// this.number += 1
// if (this.number
<=
1
)
{
// this.initData(newVal)
// this.initValue(this.value)
// }
this
.
initData
(
newVal
);
this
.
initValue
(
this
.
value
);
this
.
clientData
();
this
.
number
+=
1
;
if
(
this
.
number
<=
2
)
{
this
.
clientData
();
}
},
deep
:
true
}
...
...
@@ -365,7 +363,6 @@ export default {
if
(
this
.
configData
.
ref
)
{
this
.
configData
.
remote
=
!!
this
.
configData
.
ref
.
remote_condition
;
this
.
configData
.
filterable
=
!!
this
.
configData
.
ref
.
remote_condition
;
debugger
}
const
linkBtnUi
=
this
.
configData
.
linkBtnUi
;
this
.
linkBtnUiVis
=
!!
linkBtnUi
;
...
...
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