lex 1 anno fa
parent
commit
7f687f402e
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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) {