From af86a4aba4fd5da89633ac07c9b66aaf0297d5a0 Mon Sep 17 00:00:00 2001 From: lucky Date: Fri, 16 Jul 2021 18:04:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/Innovative/InnovativeEdit.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index c5452f1..9d79cee 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,7 +32,7 @@ export default { }, created() { - // // 测试数据 + // 测试数据 // const userId = '1218763410024566784'; // const params = { userId }; // this.getUserId(params); diff --git a/src/components/Innovative/InnovativeEdit.vue b/src/components/Innovative/InnovativeEdit.vue index 9aed627..5416c74 100644 --- a/src/components/Innovative/InnovativeEdit.vue +++ b/src/components/Innovative/InnovativeEdit.vue @@ -289,7 +289,7 @@ export default { params.param.companyid = companyid; params.param.companyname = companyname || editItem.companyname; params.param.details = details || editItem.details; - params.param.pic = fileList[0] || editItem.visitLocation; + params.param.pic = fileList[0] || editItem.picId; const res = await updateProduct(params); const { data, msg, code } = res.data; // 清除新建项目标志数据