|
|
@ -520,7 +520,7 @@ export default { |
|
|
|
req.listPage(this.listQuery).then((response) => { |
|
|
|
console.log('列表查询结果:', response) |
|
|
|
this.listLoading = false |
|
|
|
if (response.success && response.data && response.data.total > 0) { |
|
|
|
if (response.success) { |
|
|
|
this.list = response.data.records |
|
|
|
this.listQuery.total = response.data.total |
|
|
|
} else { |
|
|
@ -650,8 +650,7 @@ export default { |
|
|
|
this.formobj.receiveBankAccount = row.receiveBankAccount |
|
|
|
this.formobj.receiveBank = row.receiveBank |
|
|
|
this.formobj.payCode = row.payCode |
|
|
|
this.formobj.payWayValue = row.payWayValue |
|
|
|
this.formobj.payWayKey = row.payWayKey |
|
|
|
this.changePayWay(row.payWayValue) |
|
|
|
const aa = [] |
|
|
|
aa.push(row.sid) |
|
|
|
this.sids = aa |
|
|
|