mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
perf(仪表板): 优化分享链接
This commit is contained in:
@@ -391,7 +391,9 @@ const loadShareInfo = cb => {
|
||||
.get({ url })
|
||||
.then(res => {
|
||||
state.detailInfo = { ...res.data }
|
||||
originUuid.value = res.data.uuid
|
||||
if (res.data?.uuid) {
|
||||
originUuid.value = res.data.uuid
|
||||
}
|
||||
setPageInfo()
|
||||
})
|
||||
.finally(() => {
|
||||
|
||||
@@ -372,7 +372,9 @@ const loadShareInfo = cb => {
|
||||
.get({ url })
|
||||
.then(res => {
|
||||
state.detailInfo = { ...res.data }
|
||||
originUuid.value = res.data.uuid
|
||||
if (res.data?.uuid) {
|
||||
originUuid.value = res.data.uuid
|
||||
}
|
||||
setPageInfo()
|
||||
})
|
||||
.finally(() => {
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 4aa59c0111...c7519e52be
Reference in New Issue
Block a user