Commit 6ae2346d by zhaochengxiang

崩溃问题

parent 7b342c03
......@@ -49,7 +49,7 @@ export function getCheckoutService(payload) {
}
export function getServiceDigest(payload) {
return GetJSON("/pdataservice/pdsCURD/getDataServiceDigest", payload)
}
......
......@@ -280,8 +280,8 @@ const ModelTable = (props) => {
const [modal, contextHolder] = Modal.useModal();
const anchorId = getQueryParam(AnchorId, props.location.search);
const anchorTimestamp = getQueryParam(AnchorTimestamp, props.location.search);
const anchorId = getQueryParam(AnchorId, props.location?.search);
const anchorTimestamp = getQueryParam(AnchorTimestamp, props.location?.search);
const shouldScrollRef = useRef(false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment