diff --git a/frontend/src/components/pure/ms-upload/index.vue b/frontend/src/components/pure/ms-upload/index.vue index b0bbf69580..7de7314e6b 100644 --- a/frontend/src/components/pure/ms-upload/index.vue +++ b/frontend/src/components/pure/ms-upload/index.vue @@ -153,6 +153,7 @@ } function handleChange(_fileList: MsFileItem[], fileItem: MsFileItem) { + fileItem.local = true; emit('change', _fileList, fileItem); } diff --git a/frontend/src/views/bug-management/edit.vue b/frontend/src/views/bug-management/edit.vue index 75fc6656c0..8c22408e69 100644 --- a/frontend/src/views/bug-management/edit.vue +++ b/frontend/src/views/bug-management/edit.vue @@ -1,5 +1,6 @@