diff --git a/src/views/hardware/device/list.vue b/src/views/hardware/device/list.vue index e2065cc..baa73c7 100644 --- a/src/views/hardware/device/list.vue +++ b/src/views/hardware/device/list.vue @@ -493,7 +493,7 @@ export default { }, // 获取设备数据列表 getList () { - list(this.queryParams).then((response) => { + list({...this.queryParams,userId:this.$store.getters.userId}).then((response) => { this.tableData = response.rows; this.total = response.total; });