|
@@ -1,5 +1,5 @@
|
|
|
// 根据ID,常量类别获常量数据
|
|
|
-export const API_GET_CONTRACT_TENANT = '/contractManagementInfo/selectInfo'
|
|
|
+export const API_GET_CONTRACT_TENANT = '/contractManagementInfo/selectInfo'
|
|
|
export const API_POST_ADD_CONTRACT_TENANT = '/contractManagementInfo/api/addInfo'
|
|
|
export const API_POST_MANNER_OF_PACKING_TENANT = '/commonSysParameter/getInfo'
|
|
|
// 查看
|
|
@@ -15,7 +15,6 @@ export const API_POST_CUSTOM_DOWN_DELETE = '/customDropDown/api/saveDelete'
|
|
|
// 导出
|
|
|
export const API_POST_EXPORT = '/contractManagementInfo/export'
|
|
|
// 操作历史
|
|
|
-export const API_GET_BILL_OPERATE_HIS = '/billOperateHis/query/commonBillOperateHis'
|
|
|
-// 修改当前状态
|
|
|
-export const API_POST_EDITSTATUS = '/contractManagementInfo/editStatus'
|
|
|
-
|
|
|
+export const API_POST_BILL_OPERATE_HIS = '/billOperateHis/query/commonBillOperateHis'
|
|
|
+// 操作历史
|
|
|
+export const API_POST_EDITSTATUS = '/contractManagementInfo/editStatus'
|