From f0891a88e2fb3818fd055c3c4a016cd83d7416f7 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Mon, 3 Jul 2023 13:37:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=BA=93=E4=B8=8A=E4=BC=A0=E8=B5=84=E6=BA=90=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/SourceList/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data-room-ui/packages/SourceList/index.vue b/data-room-ui/packages/SourceList/index.vue index 8f0f00bc..d708d9a6 100644 --- a/data-room-ui/packages/SourceList/index.vue +++ b/data-room-ui/packages/SourceList/index.vue @@ -216,6 +216,12 @@ export default { this.getDataList() }, methods: { + uploadError () { + this.$message({ + type: 'error', + message: '上传失败' + }) + }, uploadSuccess (response, file, fileList) { if (response.code === 200) { this.$message({