From 1a6ac85749eda25b0326993c1205e9b88927f3ee 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: Sat, 6 Dec 2025 12:15:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../CustomPages/SK/SK035CheckLibrary.js | 28 +++++++++----------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/components/CustomPages/SK/SK035CheckLibrary.js b/src/components/CustomPages/SK/SK035CheckLibrary.js
index 9210b9b..b490e3f 100644
--- a/src/components/CustomPages/SK/SK035CheckLibrary.js
+++ b/src/components/CustomPages/SK/SK035CheckLibrary.js
@@ -80,19 +80,19 @@ class SK035CheckLibrary extends React.Component {
dataIndex: "Nav_Department.NAME",
key: "Nav_Department.NAME",
},
- {
- title: "检查岗位",
- dataIndex: "Nav_DetailPosts",
- key: "Nav_DetailPosts",
- render: (text, record) =>
- {
- return
- }
- },
+ // {
+ // title: "检查岗位",
+ // dataIndex: "Nav_DetailPosts",
+ // key: "Nav_DetailPosts",
+ // render: (text, record) =>
+ // {
+ // return
+ // }
+ // },
{
title: "检查类型",
dataIndex: "Nav_CheckType.NAME",
@@ -161,7 +161,7 @@ class SK035CheckLibrary extends React.Component {
onComplete: (retTemp) => {
if (retTemp) {
let json = initFilter(that.props.login.OrgId);
- extendRule(json, 'MineType', 1, retTemp.MineType);
+ extendRule(json, 'PRODUCTION_UNIT_ID', 1, retTemp.PRODUCTION_UNIT_ID);
extendRule(json, 'AREA_ID', 1, retTemp.AREA_ID);
extendRule(json, 'TYPE_ID', 1, retTemp.TYPE_ID);
extendRule(json, 'RISK_NAME', 1, retTemp.RISK_NAME);