add 点位清空

This commit is contained in:
蔡玲
2024-10-21 10:57:00 +08:00
parent 2603294c81
commit 1855acc419
6 changed files with 140 additions and 2 deletions

View File

@@ -154,4 +154,14 @@ export const zpchange = (code, ncode) => request({
sub_tray: code,
new_sub_tray: ncode
}
})
})
/**
* 点位清空
*/
export const pointclean = (code) => request({
url:'api/pda/pointclean',
data: {
point: code
}
})