1
lzhe
2024-11-04 43c2ebf8b5df8a785b5c717eede3aac52962cd5e
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);