|
@@ -270,7 +270,8 @@ const queryNodeStatus = async () => {
|
|
|
const {error, code, data} = await wbsApi.queryNodeStatus({
|
|
|
// primaryKeyId: info['contractIdRelation'] ? info['id'] : info['primaryKeyId'],
|
|
|
// classify: 1
|
|
|
- primaryKeyId: authBtnTabKey.value==1 ? info['id'] : info['primaryKeyId'],
|
|
|
+ // primaryKeyId: authBtnTabKey.value==1 ? info['id'] : info['primaryKeyId'],
|
|
|
+ primaryKeyId:info.primaryKeyId,
|
|
|
classify: authBtnTabKey.value
|
|
|
|
|
|
})
|