From 20562eb45974a5546ddd1e270055eb452fdbd394 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 09 六月 2023 17:42:43 +0800
Subject: [PATCH] 1、MDM服务代码漏传
---
Source/UBCS-WEB/src/api/code/mdmrule.js | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/Source/UBCS-WEB/src/api/code/mdmrule.js b/Source/UBCS-WEB/src/api/code/mdmrule.js
index dc5b352..b659fc4 100644
--- a/Source/UBCS-WEB/src/api/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/api/code/mdmrule.js
@@ -90,22 +90,6 @@
}
/**
- * 鍙傜収涓绘暟鎹紪鐮佽鍒欏垪琛�
- * @param {*} oid
- * @returns
- */
-export const refDataGrid = (current, size, params) => {
- return request({
- method: 'get',
- params: {
- ...params,
- current,
- size,
- }
- })
-}
-
-/**
* 鍏嬮殕缂栫爜瑙勫垯
* @param {*} codeRuleDTO
* @returns
--
Gitblit v1.10.0