现场联调优化

This commit is contained in:
pangshenghao
2023-08-08 16:24:27 +08:00
parent dc88d53336
commit 4e2c8e50e0
9 changed files with 70 additions and 12 deletions

View File

@@ -24,4 +24,12 @@ export function edit(data) {
})
}
export default { add, edit, del }
export function queryPoint(data) {
return request({
url: '/api/pda/point/queryPoint',
method: 'post',
data: {}
})
}
export default { add, edit, del, queryPoint }