From b538554a83efffe88a0fefabdd0404d646e7338b Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 18 Aug 2022 11:15:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constant/url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constant/url.js b/constant/url.js index 85bc34a..a808139 100644 --- a/constant/url.js +++ b/constant/url.js @@ -110,7 +110,7 @@ export default { listAllocationStorehouses: baseUrl + "app/resourceStore.listAllocationStorehouses", saveAuditAllocationStoreOrder: baseUrl + "app/resourceStore.auditAllocationStoreOrder", listWorkflowStepStaffs: baseUrl + "app/workflow.listWorkflowStepStaffs", - saveMyAuditOrders: baseUrl + "app/myAuditOrders/audit", + saveMyAuditOrders: baseUrl + "app/purchaseApply.auditApplyOrder", // 公司/员工信息 queryOrgInfo: baseUrl + "app/org.listOrgs", queryStaffListInfo: baseUrl + "app/query.staff.infos",