This commit is contained in:
ylj20011123 2026-01-14 16:03:56 +08:00
parent a0006c48ca
commit b90fbd7e0c
2 changed files with 2 additions and 2 deletions

View File

@ -592,7 +592,7 @@ const DigitalElectronics: React.FC<{ currentUser: any }> = (props) => {
// REALESTATE_ID 是,隔开的不动产id 这里去查询 记录 有多少条 // REALESTATE_ID 是,隔开的不动产id 这里去查询 记录 有多少条
const req: any = { const req: any = {
searchParameter: { searchParameter: {
SERVERPART_IDS: record?.SERVERPART_ID || "", // SERVERPART_IDS: record?.SERVERPART_ID || "",
REALESTATE_STATE: 1 REALESTATE_STATE: 1
}, },
PageIndex: 1, PageIndex: 1,

View File

@ -436,7 +436,7 @@ const InvoiceDetail = ({ showDetail, setShowDetail, parentRow, setParentRow, par
const handleGetThisServerpartRealEstateData = async () => { const handleGetThisServerpartRealEstateData = async () => {
const req: any = { const req: any = {
searchParameter: { searchParameter: {
SERVERPART_IDS: Number(parentRow?.SERVERPART_ID) === 1269 ? '' : (parentRow?.SERVERPART_ID || ""), SERVERPART_IDS: "",
REALESTATE_STATE: 1 REALESTATE_STATE: 1
}, },
PageIndex: 1, PageIndex: 1,