|
|
@@ -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) {
|