From c2c6f0f7977d2f4d5852de4997658f840f6d07d2 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Wed, 23 Nov 2022 14:20:50 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3jire=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=8F=8D=E9=A6=88=E8=83=BD=E5=8A=9B=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1-=E6=9F=A5=E8=AF=A2=E6=97=B6=EF=BC=8C=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E5=8A=9F=E8=83=BD=E5=A4=B1=E6=95=88=0D2.=E8=A7=A3?= =?UTF-8?q?=E5=86=B3jire=E5=90=8E=E5=8F=B0=E5=AE=A2=E6=88=B7=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=EF=BC=9A=E8=83=BD=E5=8A=9B=E7=BB=9F=E8=AE=A1-?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=90=E4=BE=9B=E9=83=A8=E9=97=A8=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/abilityStatistics/index.vue | 221 +++++++++++------- .../activiti/demo/abilitydemandapply.vue | 6 +- back/src/views/modules/assetReport/index.vue | 4 +- .../ApplicationforCompetencyRequirements.vue | 9 +- .../myAgent/demo/competency-application.vue | 7 +- front/src/views/home/AbilityToApplyFor.vue | 2 +- front/src/views/home/infrastructurePage.vue | 9 +- 7 files changed, 151 insertions(+), 107 deletions(-) diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index f56ab75a..661c8796 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -1,30 +1,21 @@ diff --git a/back/src/views/modules/myAgent/demo/competency-application.vue b/back/src/views/modules/myAgent/demo/competency-application.vue index 90344a95..4c2c1690 100644 --- a/back/src/views/modules/myAgent/demo/competency-application.vue +++ b/back/src/views/modules/myAgent/demo/competency-application.vue @@ -415,11 +415,8 @@ export default { // 同意与退回 agreeOrNot: debounce( function (data, type) { - // console.log('datadata',data); - // console.log('tttttt',type); - // if (type === '同意') { - if (this.input !== '') { - console.log('this.dataForm', this.dataForm) + if (type === '同意') { + const params = qs.stringify({ taskId: this.dataForm.taskId, comment: this.input || '同意' diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index 6a838ab7..222c9876 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -267,7 +267,7 @@