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, }