编辑测试修改

This commit is contained in:
Captain.B 2020-02-27 13:53:14 +08:00
parent de3a748357
commit 9c2b728d27
2 changed files with 0 additions and 5 deletions

View File

@ -142,10 +142,6 @@
handleEdit(testPlan) {
this.$router.push({
path: '/editTest/' + testPlan.id,
params: {
testId: testPlan.id,
testPlanObj: testPlan
}
})
},
handleDelete(testPlan) {

View File

@ -48,7 +48,6 @@
MsTestPlanPressureConfig,
MsTestPlanAdvancedConfig,
},
props: ['testPlanObj'],
data() {
return {
result: {},