1
lzhe
2024-11-01 e5cdf3af17609b49138cec3e8fb200752365f651
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;
               }