feat: 内容稿件列表、上传内容、通用Textovertips组件封装

This commit is contained in:
rd
2025-07-28 17:55:04 +08:00
parent deea250557
commit 6513fcf2ed
23 changed files with 733 additions and 111 deletions

View File

@ -308,7 +308,7 @@ const handleBatchImport = async () => {
if (code === 200) {
const id = genRandomId();
showExportNotification(`正在导入“${file.value.name}”,请稍后...`, { id });
emit('startQueryTaskStatus', data.id, id);
emits('startQueryTaskStatus', data.id, id);
onClose();
} else {
uploadStatus.value = UploadStatus.ERROR;