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