-
+
-
法规清单确认打扫房间十大科技孵化开具收费电视
-
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()
+ }
}
}