update
This commit is contained in:
parent
a0006c48ca
commit
b90fbd7e0c
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user