Crunchy
2024-05-22 6d866ac5b3767af2d89fe6f24b4a9bf4ef297975
src/components/view/b1-sample.vue
@@ -700,6 +700,7 @@
        this.isDetail = true;
      },
      warehouseChange(val) {
        this.tableList = []
        let map = this.warehouse.find(a => {
          return a.id === val ? a : null
        })