From c09e46ade0e6dc4851c286962a60e20259ccbdad Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期四, 28 十一月 2024 21:04:23 +0800 Subject: [PATCH] 文件上传 --- src/views/projectEngineering/projectLibrary/component/DocumentsInfo.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/projectEngineering/projectLibrary/component/DocumentsInfo.vue b/src/views/projectEngineering/projectLibrary/component/DocumentsInfo.vue index f599c38..fd71b70 100644 --- a/src/views/projectEngineering/projectLibrary/component/DocumentsInfo.vue +++ b/src/views/projectEngineering/projectLibrary/component/DocumentsInfo.vue @@ -41,6 +41,9 @@ } }, methods: { + submit() { + console.log("鏂囦欢submit") + }, handleRemove(file) { if (file) { this.fileIdList = this.documentsInfoList.map(item => item.fileId); -- Gitblit v1.8.0