From 37446a46b11fcf43b3d117301f521968701d1164 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Fri, 19 Aug 2022 16:40:46 +0800
Subject: [PATCH] Default Changelist
---
src/api/specialWorkSystem/approveRule/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/specialWorkSystem/approveRule/index.ts b/src/api/specialWorkSystem/approveRule/index.ts
index a87d2cd..f881c8c 100644
--- a/src/api/specialWorkSystem/approveRule/index.ts
+++ b/src/api/specialWorkSystem/approveRule/index.ts
@@ -21,7 +21,7 @@
// v1
modApproveRule: (data: object) => {
return request({
- url: import.meta.env.VITE_API_URL + `/work/ruleItemStand/update`,
+ url: import.meta.env.VITE_API_URL + `/rule/update`,
method: 'post',
data: data
});
--
Gitblit v1.9.2