From 5a30e38f842907389500ad959e7f8fc07cee9709 Mon Sep 17 00:00:00 2001
From: xiejun <xiejun@vci-tech.com>
Date: 星期四, 22 八月 2024 16:29:25 +0800
Subject: [PATCH] 表单表格功能添加

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