fix(仪表板): 移动端配置没有数据点击保存提示权限变更

This commit is contained in:
dataeaseShu 2024-03-25 18:14:48 +08:00
parent 3eb2d7bdd8
commit 8d24a18e81

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