From 4eecb6616bbcf0e19593b58a67335fcb40b19f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Fri, 12 Jun 2026 09:24:56 +0800 Subject: [PATCH] 1 --- src/components/CustomPages/SK/SK035CheckLibrary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomPages/SK/SK035CheckLibrary.js b/src/components/CustomPages/SK/SK035CheckLibrary.js index 6c7ff85..27c9581 100644 --- a/src/components/CustomPages/SK/SK035CheckLibrary.js +++ b/src/components/CustomPages/SK/SK035CheckLibrary.js @@ -151,7 +151,7 @@ class SK035CheckLibrary extends React.Component { loadData = (dataId) => { let that = this; let jsonTemp = initFilter(that.props.login.OrgId); - json.Parameter22 = this.props.data.ORG_ID_HV; + jsonTemp.Parameter22 = this.props.data.ORG_ID_HV; extendRule(jsonTemp, 'ID', 1, dataId); that.props.dispatch({ type: 'app/getDataByPost',