This commit is contained in:
xiaozhiyong
2026-04-01 14:26:55 +08:00
parent c501ba0a53
commit c32f9e842c
4 changed files with 33 additions and 30 deletions

View File

@@ -61,7 +61,8 @@
currentPage: 1,
pageSize: 10,
sorted: {
createTime: 'desc'
// createTime: 'desc'
balance:'asc'
},
params: {
accountName: ''
@@ -95,7 +96,7 @@
// },
methods: {
chargeChange(item) {
this.paramter.params.businessLeader = item.id
this.paramter.params.operateUser = item.id
this.paramter.params.name = item.userName
this.seachFn()
},