This commit is contained in:
Alessandro Francia
2018-05-10 14:51:28 +02:00
parent 7cde7cf4de
commit bcccb0976c
@@ -89,7 +89,6 @@ export default class toolingShanks extends Vue {
}
async save(item) {
debugger
new ToolingService().SetShank(item).then(response => {
this.selectedTool = response;
let htmlelement = this.$refs.shankList as any;