Merge pull request #8687 from dataease/pr@dev-v2_mobile

fix(仪表板): 移动端配置没有数据点击保存提示权限变更
This commit is contained in:
dataeaseShu
2024-03-25 18:15:39 +08:00
committed by GitHub

View File

@@ -113,6 +113,11 @@ const saveCanvasWithCheckFromMobile = () => {
}
let canvasDataPreview = []
const loadCanvasData = () => {
if (!dvInfo.value?.id) {
handleLoad()
mobileLoading.value = false
return
}
findById(dvInfo.value.id, 'dashboard')
.then(res => {
const canvasInfo = res.data