晏有为
2024-05-23 22b1e8c61b4cf049f1c980aea459f3b90620a1b0
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
        })