This commit is contained in:
2021-07-07 21:06:33 +00:00
parent 46d1249c14
commit 40aee881a3
2 changed files with 36 additions and 10 deletions

View File

@@ -894,7 +894,6 @@ export default {
return;
}
}
//get id from number then push open
let res = await window.$gz.api.get(
"workorder/id-from-number/" + this.copyItemWoNumber
@@ -906,7 +905,6 @@ export default {
);
return;
}
this.$router.push({
name: "workorder-edit",
params: {
@@ -915,7 +913,6 @@ export default {
}
});
}
this.copyItemDialog = false;
},
newItem() {