mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 08:25:53 +08:00
解决设备列表分页问题
This commit is contained in:
@@ -259,8 +259,6 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
// 页码筛选
|
||||
this.queryParams.pageNum = Number(this.$route.query.pageNum);
|
||||
// 产品筛选
|
||||
let productId = this.$route.query.productId
|
||||
if (productId != null) {
|
||||
|
||||
Reference in New Issue
Block a user