diff --git a/back/src/views/modules/activiti/demo/comments.vue b/back/src/views/modules/activiti/demo/comments.vue index dc18fb61..fe6f3ddd 100644 --- a/back/src/views/modules/activiti/demo/comments.vue +++ b/back/src/views/modules/activiti/demo/comments.vue @@ -72,16 +72,17 @@ export default { }) }, getInfo (id) { - this.$http.get('/resourceMountApply/' + id).then(({ data: res }) => { + this.$http.get('/demandComment/' + id).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } - this.dataForm = res.data.resourceDTO - if (this.dataForm.type != '应用资源') { - this.shifoushizujian = false - } else { - this.shifoushizujian = true - } + this.dataForm = res.data + // this.dataForm = res.data.resourceDTO + // if (this.dataForm.type != '应用资源') { + // this.shifoushizujian = false + // } else { + // this.shifoushizujian = true + // } console.log('this.dataForm', this.dataForm) }) } diff --git a/front/src/views/abilityStatistics/components/AtlasResources.vue b/front/src/views/abilityStatistics/components/AtlasResources.vue index 9d9afe04..29aa1ade 100644 --- a/front/src/views/abilityStatistics/components/AtlasResources.vue +++ b/front/src/views/abilityStatistics/components/AtlasResources.vue @@ -110,9 +110,24 @@ :pagination="false" >