This commit is contained in:
parent
8c25ef575b
commit
59dccceed9
|
|
@ -190,7 +190,10 @@ export default {
|
|||
|
||||
startUpload(remarkInfo = '') {
|
||||
console.log('开始上传')
|
||||
if (this.selectedTag.length === 0) {
|
||||
if (
|
||||
this.selectedTag.length === 0 &&
|
||||
this.newTagsList.length === 0
|
||||
) {
|
||||
this.$message.warning('请选择需要标注的内容标签')
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue