|
@@ -3009,6 +3009,11 @@ const searchNodeAllTable1 = async () => {
|
|
|
const NodeStatus = ref('1')
|
|
|
const queryNodeStatus = async () => {
|
|
|
const info = nodeDataInfo.value
|
|
|
+
|
|
|
+
|
|
|
+ if (!info['primaryKeyId']) {
|
|
|
+ return
|
|
|
+ }
|
|
|
if (contractInfo.value?.contractType == 1) {
|
|
|
const { error, code, data } = await wbsApi.queryNodeStatus({
|
|
|
primaryKeyId: info['primaryKeyId'],
|