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