short form
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
cf9851c8dc
commit
4046617eab
|
@ -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