From fa3d5aeb7db6dfe93c1a9accf5d284b56616f0d6 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期四, 22 八月 2024 18:01:28 +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