|
@@ -267,7 +267,7 @@ const authBtnTabKey = ref(contractType===2?'2':'1')
|
|
const queryNodeStatus = async () => {
|
|
const queryNodeStatus = async () => {
|
|
const info = treeItem.value;
|
|
const info = treeItem.value;
|
|
console.log(info,'info')
|
|
console.log(info,'info')
|
|
- const {error, code, data} = await wbsApi.queryNodeStatus({
|
|
|
|
|
|
+ const {error, code, data} = await wbsApi.queryNodeStatusSj({
|
|
// primaryKeyId: info['contractIdRelation'] ? info['id'] : info['primaryKeyId'],
|
|
// primaryKeyId: info['contractIdRelation'] ? info['id'] : info['primaryKeyId'],
|
|
// classify: 1
|
|
// classify: 1
|
|
// primaryKeyId: authBtnTabKey.value==1 ? info['id'] : info['primaryKeyId'],
|
|
// primaryKeyId: authBtnTabKey.value==1 ? info['id'] : info['primaryKeyId'],
|