解决设备列表分页问题

This commit is contained in:
kerwincui
2022-06-14 16:48:01 +08:00
parent d8990643f4
commit a640f3f17e

View File

@@ -259,8 +259,6 @@ export default {
};
},
created() {
// 页码筛选
this.queryParams.pageNum = Number(this.$route.query.pageNum);
// 产品筛选
let productId = this.$route.query.productId
if (productId != null) {