forked from github/dataease
perf(仪表板): 外部参数解析错误
This commit is contained in:
parent
f4cffd867e
commit
5659167969
@ -76,7 +76,7 @@ const loadCanvasDataAsync = async (dvId, dvType) => {
|
||||
const attachParamsEncode = router.currentRoute.value.query.attachParams
|
||||
if (attachParamsEncode || hasTicketArgs) {
|
||||
try {
|
||||
if (!attachParam) {
|
||||
if (!!attachParamsEncode) {
|
||||
attachParam = JSON.parse(Base64.decode(decodeURIComponent(attachParamsEncode)))
|
||||
}
|
||||
if (hasTicketArgs) {
|
||||
|
Loading…
Reference in New Issue
Block a user