From 86e6fdb3e5d9a12f6e4f9b73d7434904aa7ed1a1 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Sat, 9 May 2026 16:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E7=BA=A7=E5=AE=89=E5=85=A8=E6=95=99?= =?UTF-8?q?=E8=82=B2=20=E6=98=BE=E7=A4=BA=20=E5=9F=B9=E8=AE=AD=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E3=80=81=E5=9F=B9=E8=AE=AD=E8=80=81=E5=B8=88=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=A0=87=E8=AF=AD=20=E9=9D=99=E9=BB=98?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E6=A0=87=E8=AF=AD=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SE061ShowPrint.js | 9 +++++---- src/files/edit/PF155.js | 7 ++++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/CustomPages/SE/SE061ShowPrint.js b/src/components/CustomPages/SE/SE061ShowPrint.js index 69d61ac..5daf395 100644 --- a/src/components/CustomPages/SE/SE061ShowPrint.js +++ b/src/components/CustomPages/SE/SE061ShowPrint.js @@ -1,6 +1,6 @@ import { Button, Descriptions, Modal, Popconfirm, Row, Col, Form, Input, Select, Table, Icon } from 'antd'; import React from 'react'; -import { initFilter, extendRule, extendInclude, setDataFieldValue, showApprove, guid, initQueryFilter, GetFileModel, showFiles } from '../../../utils/common'; +import { initFilter, extendRule, extendInclude, setDataFieldValue, showApprove, guid, initQueryFilter, GetFileModel, showFiles, getArryPropShow } from '../../../utils/common'; import ReactToPrint from 'react-to-print'; import { ExportToExcel } from '@woowalker/feui' import XLSX from 'xlsx'; @@ -103,6 +103,7 @@ class SE061ShowPrint extends React.Component { extendInclude(json, 'Nav_Department') extendInclude(json, 'Nav_User') extendInclude(json, 'Nav_Content') + extendInclude(json, 'Nav_Teachers.Nav_User') extendInclude(json, 'Nav_Files.Nav_ImgFile') extendInclude(json, 'Nav_NewUserDetail.Nav_User') extendInclude(json, 'Nav_NewUserDetail.Nav_Department') @@ -140,7 +141,7 @@ class SE061ShowPrint extends React.Component {