This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user