|
@@ -87,7 +87,7 @@ const chartContent = new Vue({
|
|
|
mounted: function () {
|
|
|
this.queryParams.shopId = getUrlParam("shopId");
|
|
|
this.queryParams.marketReportId = getUrlParam("marketReportId") ? getUrlParam("marketReportId") : '';
|
|
|
- this.queryParams.type = getUrlParam("type") ? getUrlParam("type") : '';
|
|
|
+ this.queryParams.type = getUrlParam("type") ? getUrlParam("type") : 2;
|
|
|
this.isPreview = getUrlParam("type") !== '1'
|
|
|
this.openFullScreen2()
|
|
|
}
|