|
@@ -608,7 +608,8 @@
|
|
|
|
|
|
this.populationData = dataJson
|
|
|
this.populationData.population = dataJson.population ? JSON.parse(dataJson.population) : null
|
|
|
- this.populationData.excludePopulation = dataJson.excludePopulation ? JSON.parse(dataJson.excludePopulation) :
|
|
|
+ this.populationData.excludePopulation = dataJson.excludePopulation ? JSON.parse(dataJson
|
|
|
+ .excludePopulation) :
|
|
|
null
|
|
|
|
|
|
this.populationData.devicePrice = dataJson.devicePrice ? JSON.parse(dataJson.devicePrice) : null
|
|
@@ -729,9 +730,14 @@
|
|
|
this.visibleData = res.result
|
|
|
this.visibleFail = true
|
|
|
} else {
|
|
|
- this.visible = false
|
|
|
- this.$emit('getList', localStorage.getItem('advertisingGroupKey'))
|
|
|
- this.loading = false
|
|
|
+
|
|
|
+ setTimeout(function () {
|
|
|
+ this.visible = false
|
|
|
+ this.loading = false
|
|
|
+ this.$emit('getList', localStorage.getItem('advertisingGroupKey'))
|
|
|
+ },1500)
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
} else {
|
|
@@ -774,7 +780,7 @@
|
|
|
this.visible = false
|
|
|
this.loading = false
|
|
|
this.$emit('getList', localStorage.getItem('advertisingGroupKey'))
|
|
|
- }, 1000)
|
|
|
+ }, 1500)
|
|
|
}
|
|
|
|
|
|
} else {
|