|
@@ -333,8 +333,8 @@ var vm = new Vue({
|
|
|
// this.ajaxUrl = '/publicapply/subscribe/historyPush?t=' + new Date().getTime()
|
|
|
}
|
|
|
firstTime = ''
|
|
|
- this.time = ''
|
|
|
- this.tagText.timeText = '时间'
|
|
|
+ this.time = ''
|
|
|
+ this.tagText.timeText = '时间'
|
|
|
this.bigSubShow = false
|
|
|
ajaxFun(this.time, this.area, this.city, this.subscopeclass, this.buyerclass, this.key, this.subtype, this.selectFile, this.selectMoney)
|
|
|
},
|
|
@@ -912,6 +912,7 @@ var vm = new Vue({
|
|
|
},
|
|
|
confirm: function(data){
|
|
|
if(data.name === 'dateItem'){
|
|
|
+ firstTime = ''
|
|
|
const timeRange = {
|
|
|
start: (data.data.start / 1000).toFixed(0),
|
|
|
end: (data.data.end / 1000).toFixed(0)
|
|
@@ -1012,6 +1013,7 @@ var vm = new Vue({
|
|
|
},
|
|
|
cancel: function(data){
|
|
|
if(data.name === 'dateItem'){
|
|
|
+ firstTime = ''
|
|
|
this.time = ''
|
|
|
this.tagText.timeText = '时间'
|
|
|
this.selectDate.start = ''
|