fix(测试跟踪): 功能用例去掉行编辑
This commit is contained in:
parent
fc710ba06f
commit
247df1b792
|
@ -46,7 +46,6 @@
|
|||
:highlight-current-row="true"
|
||||
:refresh-by-search.sync="refreshBySearch"
|
||||
@handlePageChange="initTableData"
|
||||
@handleRowClick="intoEdit"
|
||||
@order="initTableData"
|
||||
@filter="search"
|
||||
@callBackSelect="callBackSelect"
|
||||
|
@ -864,9 +863,6 @@ export default {
|
|||
reloadTable() {
|
||||
this.$refs.table.resetHeader();
|
||||
},
|
||||
intoEdit(row) {
|
||||
this.handleEdit(row);
|
||||
},
|
||||
handleEdit(testCase) {
|
||||
openCaseEdit({caseId: testCase.id}, this);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue