feat:alertMessage 上滑框 state 暂时默认给1

This commit is contained in:
zhangyu
2021-05-08 18:22:18 +08:00
parent 86c8e2211c
commit e980a7e303
12 changed files with 2 additions and 19 deletions

View File

@@ -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)
}
}