feat:alertMessage 上滑框 state 暂时默认给1
This commit is contained in:
@@ -64,7 +64,6 @@ export default {
|
||||
this.$emit('showBottomBox', targetTab, JSON.parse(JSON.stringify(row)))
|
||||
},
|
||||
tableDataSort (item) {
|
||||
console.log(item)
|
||||
let orderBy = ''
|
||||
if (item.order === 'ascending') {
|
||||
orderBy = item.prop
|
||||
@@ -72,7 +71,6 @@ export default {
|
||||
if (item.order === 'descending') {
|
||||
orderBy = '-' + item.prop
|
||||
}
|
||||
console.log(orderBy)
|
||||
this.$emit('orderBy', orderBy)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user