mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
附件去缓存
This commit is contained in:
@@ -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 = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user