diff --git a/src/pages/DigitalElectronics/index.tsx b/src/pages/DigitalElectronics/index.tsx index 442b8ec..61a951d 100644 --- a/src/pages/DigitalElectronics/index.tsx +++ b/src/pages/DigitalElectronics/index.tsx @@ -592,7 +592,7 @@ const DigitalElectronics: React.FC<{ currentUser: any }> = (props) => { // REALESTATE_ID 是,隔开的不动产id 这里去查询 记录 有多少条 const req: any = { searchParameter: { - SERVERPART_IDS: record?.SERVERPART_ID || "", + // SERVERPART_IDS: record?.SERVERPART_ID || "", REALESTATE_STATE: 1 }, PageIndex: 1, diff --git a/src/pages/redReversal/components/InvoiceDetial.tsx b/src/pages/redReversal/components/InvoiceDetial.tsx index 3886ed8..98ac134 100644 --- a/src/pages/redReversal/components/InvoiceDetial.tsx +++ b/src/pages/redReversal/components/InvoiceDetial.tsx @@ -436,7 +436,7 @@ const InvoiceDetail = ({ showDetail, setShowDetail, parentRow, setParentRow, par const handleGetThisServerpartRealEstateData = async () => { const req: any = { searchParameter: { - SERVERPART_IDS: Number(parentRow?.SERVERPART_ID) === 1269 ? '' : (parentRow?.SERVERPART_ID || ""), + SERVERPART_IDS: "", REALESTATE_STATE: 1 }, PageIndex: 1,