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