|
@@ -387,6 +387,14 @@ var vNode = {
|
|
_this.getEntPortrait()
|
|
_this.getEntPortrait()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ _this.loading.clear()
|
|
|
|
+ _this.show.yearData = false
|
|
|
|
+ _this.show.monthData = false
|
|
|
|
+ _this.show.areaData = false
|
|
|
|
+ _this.show.rate = false
|
|
|
|
+ _this.show.top10 = false
|
|
|
|
+ _this.show.topShow = false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
error: function (error) {
|
|
error: function (error) {
|
|
@@ -470,6 +478,8 @@ var vNode = {
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
// _this.$toast(res.error_msg)
|
|
// _this.$toast(res.error_msg)
|
|
|
|
+ _this.loading.clear()
|
|
|
|
+ _this.show.dt = false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
error: function (error) {
|
|
error: function (error) {
|