@@ -578,8 +578,8 @@ export default {
// },
// 券有效期 change
handleValidType (con) {
- this.sellForm.validType = con.target.value
- if (con.target.value === 'FIXED') {
+ this.sellForm.validType = con
+ if (con === 'FIXED') {
this.sellForm.validDays = undefined
} else {
this.time = []