From 38af70d99001abaf47e29ed3e08c8582853fc456 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期五, 23 八月 2024 11:48:20 +0800
Subject: [PATCH] 1、配置文件上传
---
Source/plt-web/plt-web-ui/src/api/modeling/businessType/api.js | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Source/plt-web/plt-web-ui/src/api/modeling/businessType/api.js b/Source/plt-web/plt-web-ui/src/api/modeling/businessType/api.js
index 2c93f95..ccac952 100644
--- a/Source/plt-web/plt-web-ui/src/api/modeling/businessType/api.js
+++ b/Source/plt-web/plt-web-ui/src/api/modeling/businessType/api.js
@@ -1,6 +1,6 @@
import request from '@/router/axios';
-// 鍒楄〃鏌ヨ
+// 涓氬姟绫诲瀷鏍戞煡璇�
export function getBizTypes(params) {
return request({
url: "/api/btmTypeController/getTreeBizTypes",
@@ -8,6 +8,14 @@
params
});
}
+// 鏌ヨ鎵�鏈夌殑灞炴�э紝鍙傛暟btmId(涓氬姟绫诲瀷鍚嶇О锛�
+export function getAllAttributesByBtmId(params) {
+ return request({
+ url: "/api/btmTypeController/getAllAttributesByBtmId",
+ method: "get",
+ params
+ });
+}
// 鍒涘缓
export function addLifeCycle(params) {
--
Gitblit v1.9.3