@@ -374,6 +374,8 @@ Instruction: Based on the context, follow "Format example", write content.
},
deleteFile(index) {
this.taskList[this.phase.atPhase].fileList.splice(index, 1);
+ this.saveTopic();
+ // this.savaDoIndex();
this.$forceUpdate();
}