|
|
@ -1,5 +1,6 @@ |
|
|
import { createAPI } from "@/utils/httpRequest.js"; |
|
|
import { createAPI } from "@/utils/httpRequest.js"; |
|
|
|
|
|
|
|
|
|
|
|
export const searchMenuAllListId= (data) => createAPI(`/properties/menu/list`,'post',data) |
|
|
export const propertiesItemSearch = data => createAPI(`/properties/propertiesItemSearch`,'post',data) |
|
|
export const propertiesItemSearch = data => createAPI(`/properties/propertiesItemSearch`,'post',data) |
|
|
export const propertiesItemSave = data => createAPI(`/properties/propertiesItemSave`,'post',data) |
|
|
export const propertiesItemSave = data => createAPI(`/properties/propertiesItemSave`,'post',data) |
|
|
export const propertiesItemEdit = data => createAPI(`/properties/propertiesItemEdit`,'post',data) |
|
|
export const propertiesItemEdit = data => createAPI(`/properties/propertiesItemEdit`,'post',data) |
|
|
|