Commit e6a8b149 by 米嘉伟

代码清理

parent 898b937d
...@@ -1139,9 +1139,8 @@ export default { ...@@ -1139,9 +1139,8 @@ export default {
handelSelect () { handelSelect () {
// let self = this // let self = this
// console.log('重复文件过滤1', this.nowSelectData)
// //console.log('重复文件过滤1', this.nowSelectData) // console.log('重复文件过滤2', this.selectArr)
// //console.log('重复文件过滤2', this.selectArr)
// if (this.selectArr.length > 0) { // if (this.selectArr.length > 0) {
// for (var i = 0; i <= this.selectArr.length; i++) { // for (var i = 0; i <= this.selectArr.length; i++) {
...@@ -1158,9 +1157,12 @@ export default { ...@@ -1158,9 +1157,12 @@ export default {
// } // }
// } // }
// } // }
// this.checkRightAll(this.nowSelectData) // this.checkRightAll(this.nowSelectData)
// this.nowSelectRightData.push(this.nowSelectData) // this.nowSelectRightData.push(this.nowSelectData)
this.selectArr = this.handleConcatArr(this.selectArr, this.nowSelectData) this.selectArr = this.handleConcatArr(this.selectArr, this.nowSelectData)
...@@ -1169,16 +1171,8 @@ export default { ...@@ -1169,16 +1171,8 @@ export default {
this.$refs.reftable.toggleAllSelection(good, true) 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.handleRemoveTabList(this.nowSelectData, this.datas)
// this.nowSelectData = [] this.nowSelectData = []
}, },
// 取消 // 取消
handleRemoveSelect () { 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