From 2043a96e52686231865364252a85d835429eba08 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期五, 15 十二月 2023 11:39:23 +0800 Subject: [PATCH] 集成日志按时间倒叙排序 --- Source/UBCS-WEB/src/api/omd/enum.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/api/omd/enum.js b/Source/UBCS-WEB/src/api/omd/enum.js index 0427f19..b471140 100644 --- a/Source/UBCS-WEB/src/api/omd/enum.js +++ b/Source/UBCS-WEB/src/api/omd/enum.js @@ -25,7 +25,6 @@ } export const getChildList = (current, size, parentoid, params) => { - debugger; return request({ url: '/api/ubcs-omd/enumItem/listAll', method: 'get', @@ -75,7 +74,6 @@ } export const update = (row) => { - debugger; return request({ url: '/api/ubcs-omd/enum/submit', method: 'post', -- Gitblit v1.9.3