yangfeng
2023-11-16 185acb9f9f73c1818b9eb2dcb783c30d2174381f
src/views/warehouseManage/listingRules/index.vue
@@ -90,7 +90,6 @@
    this.setTable()
    let query = this.$route.query
    if (query) {
      console.log("aaaaaaaaaaaaa", query)
      this.queryProductId = query.productId?.length ? query.productId : null
      this.categoryId = query.id ? Number(query.id) : null
      this.pagerOptions.currPage = 1