fix:修改底部弹窗 alertMessage 时间错误的问题

This commit is contained in:
zhangyu
2022-03-09 14:26:11 +08:00
parent b44ceec0ca
commit 36cd9af819
15 changed files with 19 additions and 14 deletions

View File

@@ -136,7 +136,6 @@ export default {
this.orderBy = { prop: n, order: 'ascending' }
}
// this.orderBy = JSON.parse(JSON.stringify(this.orderBy))
console.log(n, this.orderBy)
}
}
},