20200206LLJV1

This commit is contained in:
liulujia@meswork.com
2020-02-06 14:39:55 +08:00
parent b3d7495132
commit b284fd5cef
4 changed files with 28 additions and 16 deletions

View File

@@ -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() {