diff --git a/src/views/modules/visual/measure/dialogInfo.vue b/src/views/modules/visual/measure/dialogInfo.vue index 7b46272c..2a50f80d 100644 --- a/src/views/modules/visual/measure/dialogInfo.vue +++ b/src/views/modules/visual/measure/dialogInfo.vue @@ -51,31 +51,34 @@
-
+
服务方: {{ info.serviceShowName }}
-
- 实际服务时间: - {{ info.serviceStartTime }} 至
- {{ info.serviceEndTime }}
-
-
- 完成情况: - {{ info.finishResult == "resolved" ? "已解决" : "未解决" }} -
- {{ info.finishDesc }}
-
-
- 评价: - - - -
+ +
@@ -194,17 +197,18 @@ export default { if (code === 0) { // console.log('data-org----dict', data) this.info = data; - this.getAnalyse(); + this.getAnalyse(demandId); } else { this.$message.error(msg); } }, - async getAnalyse() { + async getAnalyse(demandId) { // const url = "/gov/org/customeragency/staffinagencylist"; this.loading = true; const url = "/heart/userdemand/demand-research-analysis"; let params = { firstCategoryCode: this.info.firstCategoryCode, + demandRecId: demandId, icResiUserId: this.info.icResiUserId, epmetUserIdList: [this.info.epmetUserId], queryOrigin: this.queryOrigin,