This commit is contained in:
hh
2020-12-23 20:26:04 +08:00
parent 2ad11568bc
commit 57b2654705

View File

@ -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;
});