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

付款单佣金修改

parent 91c6ee21
......@@ -532,14 +532,14 @@ export default {
applicationAt: this.parseTime(res.data.applicationAt, '{y}-{m}-{d} {h}:{i}:{s}'),
invoiceStatus: String(res.data.invoiceStatus),
}
this.$set(this.form, 'customerBankAccount', res.data.customerBankAccount)
})
getCommissionPayableList({ids: [this.id]}).then(res => {
console.log(res.data,'res.data')
this.list = [...res.data]
this.defaultList = [...res.data]
})
this.list = [...res.data.payableBackVOList]
this.defaultList = [...res.data.payableBackVOList]
});
// getCommissionPayableList({ids: [this.id]}).then(res => {
// console.log(res.data,'res.data')
//
// })
}
listSimpleUsers().then((res) => (that.creatorData = 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