From 6cf7ea7aa09553b9fe148f94ec6158dbb2b2c9bc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 08 四月 2025 18:22:19 +0800
Subject: [PATCH] v-show

---
 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