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