|
@@ -12,6 +12,7 @@ function init(){
|
|
|
const queryObj={
|
|
|
ChartInfoId:route.query.chartInfoId,
|
|
|
chartSource: route.query.chartSource,
|
|
|
+ chartCode:route.query.chartCode,
|
|
|
source:'ybxcx_my_chart',
|
|
|
token:localStorage.getItem('token'),
|
|
|
timestamp:new Date().getTime(),//防止缓存
|