From d011b1d432920e75d3cf8684315f7d3521e73f63 Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期二, 27 六月 2023 18:05:35 +0800 Subject: [PATCH] 1、处理了指定数据字段没有获取报错问题的修护。 --- Source/UBCS-WEB/src/api/batchImport/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/api/batchImport/index.js b/Source/UBCS-WEB/src/api/batchImport/index.js index fa046a0..b4e9a2f 100644 --- a/Source/UBCS-WEB/src/api/batchImport/index.js +++ b/Source/UBCS-WEB/src/api/batchImport/index.js @@ -46,7 +46,7 @@ }) } // 鑾峰彇鍘嗗彶鏁版嵁姝g‘鏁版嵁 -export const getHistoryLeftTree = (redisOid) => { +export const getHistorySuccessTable = (redisOid) => { return request({ url: '/api/ubcs-code/mdmEngineController/gridValidata', method: 'get', -- Gitblit v1.9.3