3352-docuware #880
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue