编辑测试修改
This commit is contained in:
parent
de3a748357
commit
9c2b728d27
|
@ -142,10 +142,6 @@
|
|||
handleEdit(testPlan) {
|
||||
this.$router.push({
|
||||
path: '/editTest/' + testPlan.id,
|
||||
params: {
|
||||
testId: testPlan.id,
|
||||
testPlanObj: testPlan
|
||||
}
|
||||
})
|
||||
},
|
||||
handleDelete(testPlan) {
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
MsTestPlanPressureConfig,
|
||||
MsTestPlanAdvancedConfig,
|
||||
},
|
||||
props: ['testPlanObj'],
|
||||
data() {
|
||||
return {
|
||||
result: {},
|
||||
|
|
Loading…
Reference in New Issue