Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
najiu-frontend
najiu-admin-template
Commits
897bed97
Commit
897bed97
authored
Jul 19, 2021
by
无木
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(api-select): fix `options-change` event data
修复options-change事件参数不是select所使用的标准options数据的问题
parent
a764a95a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-0
ApiSelect.vue
src/components/Form/src/components/ApiSelect.vue
+1
-1
No files found.
CHANGELOG.zh_CN.md
View file @
897bed97
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
-
**BasicTree**
修复搜索功能可能导致
`checkedKeys`
丢失的问题
-
**BasicTree**
修复搜索功能可能导致
`checkedKeys`
丢失的问题
-
**CodeEditor**
修复 value 不支持 v-model 用法的问题
-
**CodeEditor**
修复 value 不支持 v-model 用法的问题
-
**CountdownInput**
修复不支持
`input`
插槽的问题
-
**CountdownInput**
修复不支持
`input`
插槽的问题
-
**ApiSelect**
修复
`options-change`
事件参数不是
`select`
所使用的标准
`options`
数据的问题
-
**其它**
-
**其它**
-
修复菜单默认折叠的配置不起作用的问题
-
修复菜单默认折叠的配置不起作用的问题
-
修复
`safari`
浏览器报错导致网站打不开
-
修复
`safari`
浏览器报错导致网站打不开
...
...
src/components/Form/src/components/ApiSelect.vue
View file @
897bed97
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
}
}
function
emitChange
()
{
function
emitChange
()
{
emit
(
'
options-change
'
,
unref
(
o
ptions
));
emit
(
'
options-change
'
,
unref
(
getO
ptions
));
}
}
function
handleChange
(
_
,
...
args
)
{
function
handleChange
(
_
,
...
args
)
{
...
...
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