no message

Former-commit-id: c7dc167009c58183dfdb325e0ce4fde690e0daa7 [formerly c7dc167009c58183dfdb325e0ce4fde690e0daa7 [formerly c7dc167009c58183dfdb325e0ce4fde690e0daa7 [formerly c7dc167009c58183dfdb325e0ce4fde690e0daa7 [formerly 1fae0e34da1cb4b2a6fe0492e0ea1eeeaeead4d2 [formerly b024e0873cfbf09063238cedbe5e5e3ee904673b]]]]]
Former-commit-id: 43da131f0ef3a91d54e8d72f4488a91b5b30658d
Former-commit-id: fca886adb6bdb7e61314c716c0b12001409cc2fa
Former-commit-id: 8b0b40064df45b1b5cf2bf87a908f913dff2c4e0 [formerly e55e8b77cbce48f9a97837d7b5c8e55ff007a1bd]
Former-commit-id: 0e670837449c2f64ba5d26a5f76464032da2c047
Former-commit-id: 1bc5c979b1880f31ef5233375f16b85a0a114fda
Former-commit-id: 18ef863434c273958b9de6d32d14cd563175e347
Former-commit-id: 8eeab13ebc8b216b94b957de9ead4ca156e6dedc
Former-commit-id: 31264327150c3bbcde467c8477e4bf594030cc46
This commit is contained in:
liyang
2018-06-28 20:46:39 +08:00
parent 977816576b
commit 64c7346603
5 changed files with 12 additions and 20 deletions

View File

@@ -37,11 +37,6 @@ export default {
defaultSort: {1: 'down'}
}
},
watch: {
tableDataHandled (res) {
// res
}
},
methods: {
indexRender (h, index) {
return h('input', {
@@ -70,9 +65,6 @@ export default {
}
this.tableDataHandled = dataArr
this.tableDataSelected = dataArr.map(e => false)
},
changeDefaultSort () {
this.defaultSort = {2: 'up'}
}
},
mounted () {