Merge branch 'master' of gitee.com:willamet/rn-bms-vue
This commit is contained in:
@ -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;
|
||||
});
|
||||
|
Reference in New Issue
Block a user