Преглед на файлове

修改账单金额参数问题

Shannon_mu преди 1 година
родител
ревизия
ecc82e3500
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      operationSupport/src/views/payService/propertyFee/stepPage/editAmount.vue

+ 2 - 1
operationSupport/src/views/payService/propertyFee/stepPage/editAmount.vue

@@ -39,7 +39,8 @@ export default {
                     let installData = {
                         amount: this.formData.amount,
                         billId: this.formData.id,
-                        lateFee: this.formData.lateFee
+                        lateFee: this.formData.lateFee,
+                        remark : this.formData.remark
                     };
                     this.$http
                         .get('/sc-charge/charge/bill/update/amount', installData)