This commit is contained in:
2021-05-14 23:11:25 +00:00
parent da9a62931d
commit a15f0e9087
2 changed files with 14 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ export default {
});
},
async save() {
await this.pvm.submit();
await this.pvm.submitNewContract();
this.openDialog = false;
},
cancelDialog() {