소스 검색

更新显示

lex 1 년 전
부모
커밋
7f687f402e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/resetTeaming/components/goodsPayInfo.vue

+ 5 - 0
src/views/resetTeaming/components/goodsPayInfo.vue

@@ -122,6 +122,11 @@ export default {
                 "responsiblePerson",
                 result.calenderRefundPeriods[0].responsiblePerson
               );
+              this.$set(
+                this.form,
+                "responsibleMemo",
+                result.calenderRefundPeriods[0].memo
+              );
             }
             let calenderFeeJson = result.calender?.calenderFeeJson;
             if (calenderFeeJson) {