diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index cdd9c086b..986ad9608 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -49,7 +49,7 @@ {{$t('standard')}} + v-model="queryParam.serialNumber"> diff --git a/jero-web/src/views/projectManagement/components/ProjectDetails.vue b/jero-web/src/views/projectManagement/components/ProjectDetails.vue index f4eaaa4c7..9e7013fde 100644 --- a/jero-web/src/views/projectManagement/components/ProjectDetails.vue +++ b/jero-web/src/views/projectManagement/components/ProjectDetails.vue @@ -90,59 +90,11 @@
-
+
-
法规清单确认打扫房间十大科技孵化开具收费电视
-
2021-10-13
-
-
- -
- -
-
法规清单确认
-
2021-10-13
-
-
- -
- -
-
法规清单确认
-
2021-10-13
-
-
- -
- -
-
法规清单确认
-
2021-10-13
-
-
- -
- -
-
法规清单确认
-
2021-10-13
-
-
- -
- -
-
法规清单确认
-
2021-10-13
-
-
- -
- -
-
法规清单确认
-
2021-10-13
+
{{item.name}}
+
{{item.time}}
@@ -196,8 +148,9 @@ queryById: 'project/projectLibraryBase/queryById', add: 'project/projectLibraryBase/add', edit: 'project/projectLibraryBase/edit', - queryByprojectId:'project/projectTaskPlanning/queryByprojectId', - } + queryByProjectId: 'project/projectTaskPlanning/queryByProjectId' + }, + regulatoryCertificationTaskPlanList: [] } }, mounted() { @@ -215,12 +168,12 @@ } }) }, - getSetting(){ - getAction(this.url.queryByprojectId, { id: this.$route.query.id }).then((res) => { + getSetting() { + getAction(this.url.queryByProjectId, { projectId: this.$route.query.id }).then((res) => { if (res.success) { - console.log(res) + this.regulatoryCertificationTaskPlanList = res.result || [] } else { - + this.regulatoryCertificationTaskPlanList = [] } }) }, @@ -258,9 +211,9 @@ addModelList() { this.getForm() }, - settingClick(){ - this.$refs.settingListRef.edit() - }, + settingClick() { + this.$refs.settingListRef.edit() + } } }