|
@@ -13,6 +13,7 @@ export default {
|
|
|
onLoad(options){
|
|
|
const queryObj={
|
|
|
ChartInfoId:options.chartInfoId,
|
|
|
+ chartCode:options.chartCode,
|
|
|
source:'ybxcx_my_chart',
|
|
|
token:this.$store.state.user.token||uni.getStorageSync("token"),
|
|
|
timestamp:new Date().getTime(),//防止缓存
|