附件去缓存

This commit is contained in:
kclf
2022-12-06 16:08:09 +08:00
parent 1f4732744c
commit 9fe20829d3

View File

@@ -4017,7 +4017,7 @@ export default defineComponent({
state.imgList.splice(index, 1); state.imgList.splice(index, 1);
}; };
const handleDel2 = (index) => { const handleDel2 = (index) => {
state.fileList.splice(index, 1); state.filesList.splice(index, 1);
}; };
// 渲染列表1操作 // 渲染列表1操作
@@ -4658,6 +4658,8 @@ export default defineComponent({
}; };
const handleCancelStu = () => { const handleCancelStu = () => {
state.cstm_hs = false; state.cstm_hs = false;
state.filesList = [];
state.kk_eidt = false; state.kk_eidt = false;
state.xjkkradioV1 = ""; state.xjkkradioV1 = "";
state.completeType = ""; state.completeType = "";