gaoshp
2024-11-04 eef1ef0be935d4a3d8fc691b2666f41796b2d4a5
src/views/console/product-process/addRoute.vue
@@ -83,7 +83,7 @@
            this.$refs.dialogForm.validate(async (valid) => {
               if (valid) {
                  this.isSaveing = true;
                  this.$HTTP.put("/api/blade-cps/craft-routing/update",obj).then(res=> {
                  this.$HTTP.put("/api/smis/craft-routing/update",obj).then(res=> {
                     this.isSaveing = false;
                     if(res.code == 200) {
                        this.$emit('success', this.addRouteForm, this.mode);