yangys
2025-11-11 1bb161c3a19b95b546c99db5296758c77cefe1c3
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;
               }