提交 1208714e authored 作者: matian's avatar matian

代码提交

上级 7c6ae88f
...@@ -162,7 +162,8 @@ export default { ...@@ -162,7 +162,8 @@ export default {
first_payment_time_to: '', first_payment_time_to: '',
final_payment_time_from: '', final_payment_time_from: '',
final_payment_time_to: '', final_payment_time_to: '',
sort: '' sort: '',
related_id: ''
}, },
beforeRequest: this.beforeRequest beforeRequest: this.beforeRequest
}, },
...@@ -545,7 +546,6 @@ export default { ...@@ -545,7 +546,6 @@ export default {
}, },
// 根据首次缴费时间排序 // 根据首次缴费时间排序
sortChange(columns) { sortChange(columns) {
console.log(columns)
if (columns.order === 'ascending') { if (columns.order === 'ascending') {
this.tableOptions.remote.params.sort = columns.prop this.tableOptions.remote.params.sort = columns.prop
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论