Commit e6a8b149 by 米嘉伟

代码清理

parent 898b937d
......@@ -1139,9 +1139,8 @@ export default {
handelSelect () {
// let self = this
// //console.log('重复文件过滤1', this.nowSelectData)
// //console.log('重复文件过滤2', this.selectArr)
// console.log('重复文件过滤1', this.nowSelectData)
// console.log('重复文件过滤2', this.selectArr)
// if (this.selectArr.length > 0) {
// for (var i = 0; i <= this.selectArr.length; i++) {
......@@ -1158,9 +1157,12 @@ export default {
// }
// }
// }
// this.checkRightAll(this.nowSelectData)
// this.nowSelectRightData.push(this.nowSelectData)
this.selectArr = this.handleConcatArr(this.selectArr, this.nowSelectData)
......@@ -1169,16 +1171,8 @@ export default {
this.$refs.reftable.toggleAllSelection(good, true)
})
// console.log(this.selectArr, 'this.selectArr')
// this.nowSelectRightData = this.selectArr
// console.log(this.nowSelectRightData, 'this.nowSelectRightData')
// this.$forceUpdate()
this.handleRemoveTabList(this.nowSelectData, this.datas)
// this.nowSelectData = []
this.nowSelectData = []
},
// 取消
handleRemoveSelect () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment