fix(测试跟踪): 功能用例去掉行编辑

This commit is contained in:
song-cc-rock 2023-03-23 10:54:45 +08:00
parent fc710ba06f
commit 247df1b792
1 changed files with 0 additions and 4 deletions

View File

@ -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);
},