short form
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-02-28 13:37:44 +01:00
parent cf9851c8dc
commit 4046617eab
1 changed files with 1 additions and 3 deletions

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() {