Browse Source

提交测试

1
mo 3 years ago
parent
commit
fc54c1af92

+ 7 - 1
src/views/resetTeaming/modals/member-setting.vue

@@ -146,7 +146,13 @@ export default {
     this.$set(this.form, "memberValidDate", 6);
     this.$set(this.form, "memberValidDate", 6);
   },
   },
   beforeDestroy(){
   beforeDestroy(){
-    this.$set(this.form, "memberValidDate", null);
+    this.$set(this.form, "memo", null);
+       this.$set(this.form, "memberRankSettingId", null);
+        this.$set(this.form, "memberValidDate", null);
+        this.$set(this.form, "memberPaymentAmount", null);
+        this.$set(this.form, "originalMemberPaymentAmount", null);
+        this.$set(this.form, "paymentDate", []);
+
   },
   },
   methods: {
   methods: {
     async memberRankSettingIdChange(val) {
     async memberRankSettingIdChange(val) {

+ 1 - 0
src/views/resetTeaming/modals/user-pay-form.vue

@@ -415,6 +415,7 @@ export default {
       this.cycle = {};
       this.cycle = {};
       this.$set(this.form, "musicGroupOrganizationCourseSettingId", undefined);
       this.$set(this.form, "musicGroupOrganizationCourseSettingId", undefined);
       this.$set(this.cycle, "paymentAmount", undefined);
       this.$set(this.cycle, "paymentAmount", undefined);
+         this.$set(this.other, "memo", null);
       if (val === "1") {
       if (val === "1") {
         this.eclass = [];
         this.eclass = [];
       } else if (val === "2") {
       } else if (val === "2") {