fix: refs #4774 fix cau256742
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
6239b5a471
commit
40c6796ace
|
@ -43,7 +43,7 @@ class Controller extends Section {
|
|||
}};
|
||||
this.$http.get('DmsTypes/findOne', {params}).then(res => {
|
||||
const dmsTypeId = res.data && res.data.id;
|
||||
const warehouseId = this.vnConfig.warehouseFk;
|
||||
const warehouseId = this.ticket.warehouseFk;
|
||||
const defaultParams = {
|
||||
reference: this.ticket.id,
|
||||
warehouseId: warehouseId,
|
||||
|
|
Loading…
Reference in New Issue