소스 검색

收款备注

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