diff --git a/src/api/project-manage/index.js b/src/api/project-manage/index.js
index 42a57b9..4ac08f9 100644
--- a/src/api/project-manage/index.js
+++ b/src/api/project-manage/index.js
@@ -77,13 +77,11 @@ export const addLedger = (data) => {
});
};
-export const getTags = (projectId) => {
+export const getTags = (params) => {
return request({
url: '/workflow/mosr/project/implementation/option',
method: "get",
- params:{
- projectId:projectId
- }
+ params:params
});
};
//项目归档
diff --git a/src/components/DetailComponent/CollectionDetail.vue b/src/components/DetailComponent/CollectionDetail.vue
index ffed32d..a5aebfa 100644
--- a/src/components/DetailComponent/CollectionDetail.vue
+++ b/src/components/DetailComponent/CollectionDetail.vue
@@ -7,17 +7,17 @@
{{ formData.requirementName }}
-
-
- {{ formData.companyIds }}
-
-
+
+
+
+
+
{{ formData.collectType }}
-
+
{{ formData.deadline }}
@@ -71,13 +71,11 @@