采购计划开发
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import request from "@/utils/request";
|
||||
|
||||
|
||||
export function getRecipesPlans(id) {
|
||||
return request({
|
||||
url: "/wap/recipes/plans/" + id,
|
||||
@ -40,3 +39,13 @@ export function getDicts(id) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export function getRecipesFullInfo(id) {
|
||||
return request({
|
||||
url: "/wap/recipes/" + id,
|
||||
method: "get",
|
||||
headers: {
|
||||
isToken: false
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user