Commit b335e553 authored by 邓春圆's avatar 邓春圆

编辑佣金付款单费用信息为回显bug修复

parent 10765717
...@@ -533,6 +533,9 @@ export default { ...@@ -533,6 +533,9 @@ export default {
this.id = this.$route.query.id || this.$route.query.lookId; this.id = this.$route.query.id || this.$route.query.lookId;
if(!!this.$route.query.lookId) this.interdict = true; if(!!this.$route.query.lookId) this.interdict = true;
getCommissionPayment({id: this.id}).then(res => { getCommissionPayment({id: this.id}).then(res => {
this.list = [...res.data.payableBackVOList]
this.defaultList = [...res.data.payableBackVOList]
console.log(res.data,'res.data')
this.form = { this.form = {
copyUserList:[], copyUserList:[],
...res.data, ...res.data,
...@@ -541,8 +544,6 @@ export default { ...@@ -541,8 +544,6 @@ export default {
invoiceStatus: String(res.data.invoiceStatus), invoiceStatus: String(res.data.invoiceStatus),
} }
this.$set(this.form, 'customerBankAccountName', accountName) this.$set(this.form, 'customerBankAccountName', accountName)
this.list = [...res.data.payableBackVOList]
this.defaultList = [...res.data.payableBackVOList]
}); });
// getCommissionPayableList({ids: [this.id]}).then(res => { // getCommissionPayableList({ids: [this.id]}).then(res => {
// console.log(res.data,'res.data') // console.log(res.data,'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