mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
标签管理未选择分类给个提示语
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
:remote-method="debouncedSearch"
|
:remote-method="debouncedSearch"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:disabled="sysTypeList.length===0"
|
:disabled="sysTypeList.length===0"
|
||||||
placeholder="请输入标签名称"
|
:placeholder="sysTypeList.length > 0 ? '请输入标签名称' : '请先选择课程分类'"
|
||||||
@remove-tag="handleTagRemove"
|
@remove-tag="handleTagRemove"
|
||||||
@change="handleSelectionChange"
|
@change="handleSelectionChange"
|
||||||
@keyup.enter.native="handleEnterKey"
|
@keyup.enter.native="handleEnterKey"
|
||||||
|
|||||||
Reference in New Issue
Block a user