From 64c13167e17fd04aec02a93c2bc1803050a097d1 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 28 十一月 2024 03:04:52 +0800 Subject: [PATCH] 改用mounted --- 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