3352-docuware #880

Merged
joan merged 16 commits from 3352-docuware into dev 2022-02-28 13:44:49 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 4046617eab - Show all commits

View File

@ -129,9 +129,7 @@ class Controller extends Section {
dialog: 'findTicket'
};
this.$http.post(`Docuwares/${this.id}/checkFile`, params)
.then(res => {
this.hasDocuwareFile = res.data;
});
.then(res => this.hasDocuwareFile = res.data);
}
showCsvDeliveryNote() {