From b7b83026b9cfe34f1bd8b4cf176c15412e76c4b3 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期四, 22 八月 2024 15:59:11 +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