feat: Upload failde Second Modal done.

This commit is contained in:
chiayin
2024-01-05 16:39:09 +08:00
parent 68981e98f5
commit fe5731ae15
4 changed files with 37 additions and 10 deletions

View File

@@ -86,7 +86,7 @@
import { storeToRefs } from 'pinia';
import LoadingStore from '@/stores/loading.js';
import FilesStore from '@/stores/files.js';
import { uploadFailed, uploadSuccess, uploadConfirm } from '@/module/alertModal.js'
import { uploadFailedFirst, uploadSuccess, uploadConfirm } from '@/module/alertModal.js'
export default {
setup() {
@@ -147,7 +147,7 @@ export default {
}
},
methods: {
uploadFailed,
uploadFailedFirst,
uploadSuccess,
uploadConfirm,
/**
@@ -264,7 +264,6 @@ export default {
// 取得欲更改的檔名,
this.uploadFileName = this.fileName;
// this.filesStore.rename();
// 設定第二階段上傳的 data
haveValueData.forEach(column => {
switch (column.code) {