licp
2024-06-19 0f8aca36a23b098e40d94c5f0207b1cb5e409fa9
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
        })