1
李喆(开发组)
2025-11-18 0a0114964007502d1a855c34e601e437be947c5e
src/views/console/bom-list/index.vue
@@ -143,7 +143,7 @@
            this.info = this.leftData[index];
         },
         getLeftTree() {
            this.$HTTP.get("/api/blade-cps/product/tree").then(res=> {
            this.$HTTP.get("/api/smis/product/tree").then(res=> {
               if(res.code == 200) {
                  this.leftData = res.data;
               }