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);