|
|
@@ -19,12 +19,12 @@ export const getContractImages = params => {
|
|
|
|
|
|
// 获取变更记录
|
|
|
export const getChangeRecords = params => {
|
|
|
- return http.get(PORT_NONE + `/license/getChangeRecords`, params);
|
|
|
+ return http.get(PORT_NONE + `/license/queryLicenceByStatusList`, params);
|
|
|
};
|
|
|
|
|
|
// 提交食品经营许可证审核
|
|
|
export const submitFoodLicenseReview = params => {
|
|
|
- return http.post(PORT_NONE + `/license/submitFoodLicenseReview`, params);
|
|
|
+ return http.post(PORT_NONE + `/license/uploadfoodLicence`, params);
|
|
|
};
|
|
|
|
|
|
// 提交合同审核
|