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