gaoshp
2024-11-03 dcc4992bd51e9ee4a97099cd3a15085f7e247f23
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);