1
李喆(开发组)
2025-05-22 a08a8766a0526a08dca2842da01711b4152db540
src/views/configuration/custom/planSettings.vue
@@ -151,7 +151,7 @@
       },
      methods: {
         gitProduct() {
            this.$HTTP.get(`/api/blade-cps/product-type/list`).then(res=> {
            this.$HTTP.get(`/api/smis/product-type/list`).then(res=> {
               if(res.code == 200) {
                  this.productList= res.data;
               }