From c9cda03deb145b131d013245dc7b08c6f76b5a8c Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Sat, 16 Jul 2022 15:25:49 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/activiti/demo/comments.vue | 15 +- .../components/AtlasResources.vue | 17 +- .../components/PutOnTheShelf.vue | 540 ++++++++++-------- .../Algorithm/AlgorithmNavigation.vue | 10 +- .../Business/BusinessNavigation.vue | 398 ++++++------- .../Business/BusinessTopDetails.vue | 3 + .../Developer/DeveloperNavigation.vue | 18 +- .../components/Developer/DeveloperTrial.vue | 6 +- .../LayerService/LayerServiceNavigation.vue | 10 +- 9 files changed, 552 insertions(+), 465 deletions(-) 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" >