feat:修改仪表盘编辑侧边弹框样式

This commit is contained in:
wangjiahao
2021-05-08 00:04:24 +08:00
parent dd17ebe2c5
commit 7a27491b53
8 changed files with 140 additions and 93 deletions

View File

@@ -17,3 +17,12 @@ export function viewsWithIds(data) {
data
})
}
export function findOne(id) {
return request({
url: '/api/panelView/findOne/' + id,
method: 'get',
loading: true
})
}