Browse Source

优化

master
陈裕财 3 years ago
parent
commit
e38e1e91bf
  1. 5
      src/views/xm/core/xmWorkload/XmWorkloadEdit.vue

5
src/views/xm/core/xmWorkload/XmWorkloadEdit.vue

@ -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

Loading…
Cancel
Save