diff --git a/api/organize.js b/api/organize.js index c1b424c..ef57168 100644 --- a/api/organize.js +++ b/api/organize.js @@ -49,6 +49,10 @@ export const getDevelopmentPlan = params => http.get('/insight/developmentPlan/' export const getTargetSuggestion = params => http.get('/insight/targetSuggestion/'+ params) +//根据uuid查询文件 +export const getInsightFileList = uuid => http.get('/insight/insightFile/list?uuid='+ uuid) + + diff --git a/pages/market/components/reportModule1.vue b/pages/market/components/reportModule1.vue index c5414ec..851368d 100644 --- a/pages/market/components/reportModule1.vue +++ b/pages/market/components/reportModule1.vue @@ -54,7 +54,7 @@ 预算主体附件 - + {{item.fileName}} @@ -71,6 +71,9 @@