|
|
@@ -732,8 +732,8 @@
|
|
|
this.showGroupPicker = false;
|
|
|
},
|
|
|
selectDate() {
|
|
|
- // this.isSelectDate = true
|
|
|
- this.$refs.rangTime.open()
|
|
|
+ this.isSelectDate = true
|
|
|
+ // this.$refs.rangTime.open()
|
|
|
},
|
|
|
onEndTimeChange(val) {
|
|
|
this.form.saleStartDate = val.startDate
|