yjwang 2 일 전
부모
커밋
8e8e3f3eb7
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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) {