Commit 08d347c4 authored by 邓春圆's avatar 邓春圆

付款单佣金修改

parent 91c6ee21
...@@ -532,14 +532,14 @@ export default { ...@@ -532,14 +532,14 @@ export default {
applicationAt: this.parseTime(res.data.applicationAt, '{y}-{m}-{d} {h}:{i}:{s}'), applicationAt: this.parseTime(res.data.applicationAt, '{y}-{m}-{d} {h}:{i}:{s}'),
invoiceStatus: String(res.data.invoiceStatus), invoiceStatus: String(res.data.invoiceStatus),
} }
this.$set(this.form, 'customerBankAccount', res.data.customerBankAccount) this.$set(this.form, 'customerBankAccount', res.data.customerBankAccount)
}) this.list = [...res.data.payableBackVOList]
getCommissionPayableList({ids: [this.id]}).then(res => { this.defaultList = [...res.data.payableBackVOList]
console.log(res.data,'res.data') });
this.list = [...res.data] // getCommissionPayableList({ids: [this.id]}).then(res => {
this.defaultList = [...res.data] // console.log(res.data,'res.data')
}) //
// })
} }
listSimpleUsers().then((res) => (that.creatorData = res.data)); listSimpleUsers().then((res) => (that.creatorData = res.data));
getChannelList().then((res) => (that.channelList = res.data)); getChannelList().then((res) => (that.channelList = res.data));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment