浏览代码

收款备注

Shannon_mu 2 年之前
父节点
当前提交
e55ca1f62a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      operationSupport/src/views/payService/propertyFee/stepPage/single.vue

+ 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(() => {});