From e38e1e91bfd79301ac17c3604804c317ddee197c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 28 Jul 2022 00:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmWorkload/XmWorkloadEdit.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/xm/core/xmWorkload/XmWorkloadEdit.vue b/src/views/xm/core/xmWorkload/XmWorkloadEdit.vue index e1bc3730..51c76799 100644 --- a/src/views/xm/core/xmWorkload/XmWorkloadEdit.vue +++ b/src/views/xm/core/xmWorkload/XmWorkloadEdit.vue @@ -134,7 +134,7 @@ params.budgetWorkload=this.xmTask.budgetWorkload params.actWorkload=this.xmTask.actWorkload params.ntype=this.xmTask.ntype - params.name=this.xmTask.name + params.name=this.xmTask.name } if( this.xmMenu && this.xmMenu.menuId){ params.menuId=this.xmMenu.menuId @@ -284,19 +284,24 @@ if( this.xmTask && this.xmTask.id){ this.editForm.taskId=this.xmTask.id this.editForm.ttype=this.xmTask.taskType + this.editForm.bizName=this.xmTask.name } if( this.xmMenu && this.xmMenu.menuId){ this.editForm.menuId=this.xmMenu.menuId + this.editForm.bizName=this.xmMenu.menuName } if( this.xmQuestion && this.xmQuestion.id){ this.editForm.bugId=this.xmQuestion.id + this.editForm.bizName=this.xmQuestion.name } if( this.xmTestCase && this.xmTestCase.id){ this.editForm.caseId=this.xmTestCase.id + this.editForm.bizName=this.xmTestCase.caseName } if( this.xmTestPlanCase && this.xmTestPlanCase.planId){ this.editForm.planId=this.xmTestPlanCase.planId this.editForm.caseId=this.xmTestPlanCase.caseId + this.editForm.bizName=this.xmTestPlanCase.caseName } this.editForm.workload=8