优化逻辑

This commit is contained in:
liuwei
2025-06-12 13:52:20 +08:00
parent 09dd3588cb
commit f7931d5812

View File

@@ -652,6 +652,9 @@ new Vue({
preview_recipients: []
};
this.imageList = [];
this.voiceList = []; // 清空语音列表
this.videoList = []; // 清空视频列表
this.thumbnailList = []; // 清空缩略图列表
this.taskDialogVisible = true;
this.isEdit = false;
},