This commit is contained in:
BianLzhaoMin 2025-12-08 17:53:36 +08:00
parent 8c25ef575b
commit 59dccceed9
1 changed files with 4 additions and 1 deletions

View File

@ -190,7 +190,10 @@ export default {
startUpload(remarkInfo = '') { startUpload(remarkInfo = '') {
console.log('开始上传') console.log('开始上传')
if (this.selectedTag.length === 0) { if (
this.selectedTag.length === 0 &&
this.newTagsList.length === 0
) {
this.$message.warning('请选择需要标注的内容标签') this.$message.warning('请选择需要标注的内容标签')
return return
} }