晏有为
2024-05-16 c4d3bd6d08a29f1092ab1a9d35677ea1db3517dc
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
        })