From 11a64affff7ed4faaacc3fd7edc65b1b1dfa4669 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 28 Jan 2026 11:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iotDevice/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/iotDevice/index.vue b/src/views/iotDevice/index.vue index ce91d504..39fe0320 100644 --- a/src/views/iotDevice/index.vue +++ b/src/views/iotDevice/index.vue @@ -304,7 +304,7 @@ @@ -584,7 +584,7 @@ export default { equipmentName: '', equipmentType: '', specModel: '', - type: '', + typeId: '', }, categoryList: [], @@ -998,7 +998,7 @@ export default { tabConfig.loading = true try { const queryParams = { - ...this.searchForm.own, + ...this.searchForm, pageNum: tabConfig.pageNum, pageSize: tabConfig.pageSize, }