Hwt 3 lat temu
rodzic
commit
e12906924d

+ 2 - 2
operationSupport/src/views/payService/systemSetup/stepPage/billingSettings.vue

@@ -393,7 +393,7 @@ export default {
       this.resDate.map((item, index) => {
         resData.push({
           configType: 1,
-          beneficiary: Number(item.customer),
+          userType: Number(item.customer),
           feeType: Number(item.expenseType),
           beneficiary: Number(item.payee),
         })
@@ -426,7 +426,7 @@ export default {
           this.url = '/czc-community/payConfig/update'
           data.billConfig.map((item, index) => {
             this.resDate.push({
-              customer: item.beneficiary + '',
+              customer: item.userType + '',
               expenseType: item.feeType + '',
               payee: item.beneficiary + '',
               configType: '1'