From 885484d4878b305c3ee8606dd80999276e49710a Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 14 Feb 2025 10:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=9F=A5=E7=9C=8B=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/contract-manage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/user/contract-manage/index.vue b/src/views/user/contract-manage/index.vue index 2c2f546..1f13ee0 100644 --- a/src/views/user/contract-manage/index.vue +++ b/src/views/user/contract-manage/index.vue @@ -541,7 +541,7 @@ const onFileChange = (fileList: any) => { fileUrl: isProd ? 'http://sgwpdm.ah.sgcc.com.cn/iws/ahbns/' + e.url : testUrl, } }) - + console.log('22222222查看file路径', fileListTemp) addAndEditForm.value.fileInfoTempList.push(...fileListTemp) }