Merge branch 'master' of gitee.com:willamet/rn-bms-vue

This commit is contained in:
熊丽君
2020-12-24 09:26:27 +08:00

View File

@ -493,7 +493,7 @@ export default {
}, },
// 获取设备数据列表 // 获取设备数据列表
getList () { getList () {
list(this.queryParams).then((response) => { list({...this.queryParams,userId:this.$store.getters.userId}).then((response) => {
this.tableData = response.rows; this.tableData = response.rows;
this.total = response.total; this.total = response.total;
}); });