提交pad点餐设置问题

This commit is contained in:
gyq
2024-10-26 10:27:26 +08:00
parent 435008fbd3
commit 7445cfda26
6 changed files with 85 additions and 14 deletions

View File

@@ -69,3 +69,15 @@ export function productGroupPut(data) {
data
});
}
/**
* 拖动排序
* @returns
*/
export function productCategorySort(data) {
return request({
url: "/api/pad/productCategory/sort",
method: "post",
data
});
}