songshankun
2023-10-19 58dcace410b3a479fc8cc8efc02569e0df11a6d7
feat: 搜索项默认使用路由带过来的参数
1个文件已修改
2 ■■■ 已修改文件
src/views/reportForm/inventoryReport/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportForm/inventoryReport/index.vue
@@ -146,7 +146,7 @@
      pageSizes: [15, 30],
      oldRadioBtn: "",
      metaTitle: this.$route.meta.title,
      searchStr: ""
      searchStr: this.$route.params.name ?? ''
    }
  },
  created() {