Browse Source

收款备注

Shannon_mu 2 years ago
parent
commit
e55ca1f62a

+ 1 - 0
operationSupport/src/views/payService/propertyFee/stepPage/single.vue

@@ -176,6 +176,7 @@ export default {
                 .then(({ data, msg, status }) => {
                     if (status == 0) {
                         this.thisItem = data;
+                        this.formData.remark = data.remark;
                     }
                 })
                 .catch(() => {});