20200206LLJV1
This commit is contained in:
@@ -127,12 +127,13 @@ export default {
|
||||
} else {
|
||||
this.ordername = ''
|
||||
}
|
||||
console.log(this.ordername, 9990999)
|
||||
if (column.order === 'ascending') {
|
||||
this.order = 1
|
||||
} else if (column.order === 'descending') { this.order = 2 } else {
|
||||
this.order = ''
|
||||
}
|
||||
console.log(this.ordername, 9990999, this.order)
|
||||
|
||||
this.selecttable()
|
||||
},
|
||||
initProject() {
|
||||
|
||||
Reference in New Issue
Block a user