yjwang před 2 dny
rodič
revize
8e8e3f3eb7
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      src/views/store/storeProduct/index.vue

+ 4 - 4
src/views/store/storeProduct/index.vue

@@ -1260,7 +1260,7 @@ export default {
       this.form.license = val.join(',');
       this.$nextTick(() => {
         if (this.$refs.form) {
-          this.$refs.form.validateField('licenseExpire');
+          this.$refs.form.validateField('license');
         }
       });
     },
@@ -1268,7 +1268,7 @@ export default {
       this.form.certificate = val.join(',');
       this.$nextTick(() => {
         if (this.$refs.form) {
-          this.$refs.form.validateField('certificateExpire');
+          this.$refs.form.validateField('certificate');
         }
       });
     },
@@ -1276,7 +1276,7 @@ export default {
       this.form.voucher = val.join(',');
       this.$nextTick(() => {
         if (this.$refs.form) {
-          this.$refs.form.validateField('voucherExpire');
+          this.$refs.form.validateField('voucher');
         }
       });
     },
@@ -1284,7 +1284,7 @@ export default {
       this.form.gmpAuth = val.join(',');
       this.$nextTick(() => {
         if (this.$refs.form) {
-          this.$refs.form.validateField('gmpAuthExpire');
+          this.$refs.form.validateField('gmpAuth');
         }
       });
     },    imageArr: function (val) {