@@ -2805,6 +2805,7 @@ const getFileName = async () => {
const { error, code, data } = await wbsApi.getDICengNodeName({
pKeyId: info['primaryKeyId'],
type: authBtnTabKey.value,
+ contractId: contractId.value,
})
//判断状态
if (!error && code === 200) {