|
@@ -2804,7 +2804,7 @@ const getFileName = async () => {
|
|
|
const info = nodeDataInfo.value
|
|
|
const { error, code, data } = await wbsApi.getDICengNodeName({
|
|
|
pKeyId: info['primaryKeyId'],
|
|
|
- type: authBtnTabKey.value,
|
|
|
+ classify: authBtnTabKey.value,
|
|
|
contractId: contractId.value,
|
|
|
})
|
|
|
//判断状态
|