优化逻辑
This commit is contained in:
@@ -652,6 +652,9 @@ new Vue({
|
|||||||
preview_recipients: []
|
preview_recipients: []
|
||||||
};
|
};
|
||||||
this.imageList = [];
|
this.imageList = [];
|
||||||
|
this.voiceList = []; // 清空语音列表
|
||||||
|
this.videoList = []; // 清空视频列表
|
||||||
|
this.thumbnailList = []; // 清空缩略图列表
|
||||||
this.taskDialogVisible = true;
|
this.taskDialogVisible = true;
|
||||||
this.isEdit = false;
|
this.isEdit = false;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user