3352-docuware #880
|
@ -129,9 +129,7 @@ class Controller extends Section {
|
||||||
dialog: 'findTicket'
|
dialog: 'findTicket'
|
||||||
};
|
};
|
||||||
this.$http.post(`Docuwares/${this.id}/checkFile`, params)
|
this.$http.post(`Docuwares/${this.id}/checkFile`, params)
|
||||||
.then(res => {
|
.then(res => this.hasDocuwareFile = res.data);
|
||||||
this.hasDocuwareFile = res.data;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
showCsvDeliveryNote() {
|
showCsvDeliveryNote() {
|
||||||
|
|
Loading…
Reference in New Issue