From 534394e00cfcc6b4f3dc3073add3ccd9fa937eee Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 21 三月 2025 10:57:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/api/flowable/definition.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/api/flowable/definition.js b/src/api/flowable/definition.js
index b280346..03fb263 100644
--- a/src/api/flowable/definition.js
+++ b/src/api/flowable/definition.js
@@ -95,7 +95,7 @@
   })
 }
 
-// 璇诲彇xml鏂囦欢
+// 淇濆瓨xml鏂囦欢
 export function saveXml(data) {
   return request({
     url: '/flowable/definition/save',
@@ -104,6 +104,15 @@
   })
 }
 
+// 鏇存柊xml鏂囦欢
+export function updateXml(data) {
+  return request({
+    url: '/flowable/definition/update',
+    method: 'post',
+    data: data
+  })
+}
+
 // 鏂板娴佺▼瀹氫箟
 export function addDeployment(data) {
   return request({

--
Gitblit v1.8.0