diff --git a/frontend/src/components/pure/ms-upload/fileList.vue b/frontend/src/components/pure/ms-upload/fileList.vue index 1aedeca1b0..1600e9002f 100644 --- a/frontend/src/components/pure/ms-upload/fileList.vue +++ b/frontend/src/components/pure/ms-upload/fileList.vue @@ -212,7 +212,6 @@ watch( () => props.fileList, (val) => { - console.log(props.initFileSaveTips); innerFileList.value = val.sort((a, b) => { if (a.status === UploadStatus.init && b.status !== UploadStatus.init) { return -1; // "init" 排在前面 @@ -383,4 +382,4 @@ justify-content: space-between; padding-bottom: 4px; } - \ No newline at end of file + diff --git a/frontend/src/views/bug-management/components/bugDetailTab.vue b/frontend/src/views/bug-management/components/bugDetailTab.vue index de4a33f4f3..f8f38b4247 100644 --- a/frontend/src/views/bug-management/components/bugDetailTab.vue +++ b/frontend/src/views/bug-management/components/bugDetailTab.vue @@ -105,21 +105,10 @@ type="button" status="primary" class="!mr-[4px]" - @click="transferVisible = true" + @click="transferHandler(item)" > {{ t('caseManagement.featureCase.storage') }} - +