|
@@ -418,7 +418,6 @@ export default {
|
|
|
},
|
|
|
|
|
|
handleSizeChange1(size) {
|
|
|
- console.log(size, '1')
|
|
|
this.pageSize_one = size
|
|
|
this.pageIndex1()
|
|
|
},
|
|
@@ -633,7 +632,6 @@ export default {
|
|
|
|
|
|
// 点击节点
|
|
|
clickFun(e) {
|
|
|
- console.log(e)
|
|
|
this.test_plan = {}
|
|
|
this.pegs = ''
|
|
|
e.codes === '1' ? this.Parentids = e.id : ''
|
|
@@ -669,7 +667,6 @@ export default {
|
|
|
updateTestPlanCase({ creator: this.userInformation, modifier: this.userInformation, id: ele.ids, status: 3, testPlanId: ele.thrr }).then(res => { this.implement() })
|
|
|
},
|
|
|
Unclicked4(e, index, ele) {
|
|
|
- console.log(ele)
|
|
|
this.gridData[index].keys = 0
|
|
|
updateTestPlanCase({ creator: this.userInformation, modifier: this.userInformation, id: ele.ids, status: 0, testPlanId: ele.thrr }).then(res => { this.implement() })
|
|
|
},
|
|
@@ -702,7 +699,6 @@ export default {
|
|
|
|
|
|
// 删除table信息
|
|
|
deleteCaseData(e) {
|
|
|
- console.log(e, '删除')
|
|
|
this.$confirm('是否确认删除', '确认信息', {
|
|
|
distinguishCancelAndClose: true,
|
|
|
confirmButtonText: '确定',
|