@@ -171,9 +171,9 @@ const getNodeStatus = async () => {
//获取数据详情
const getWbsContractById = async () => {
- const { pKeyId } = pageNode.value
+ const { pkeyId } = pageNode.value
const { data } = await wbsApi.getWbsContractById({
- pKeyId: pKeyId,
+ pKeyId: pkeyId,
})
//处理数据
const { isBussShow, isTabPdf, pdfUrl, tabFileType } = getObjValue(data)