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; // 清除新建项目标志数据