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 => {
|
this.$http.get('DmsTypes/findOne', {params}).then(res => {
|
||||||
const dmsTypeId = res.data && res.data.id;
|
const dmsTypeId = res.data && res.data.id;
|
||||||
const warehouseId = this.vnConfig.warehouseFk;
|
const warehouseId = this.ticket.warehouseFk;
|
||||||
const defaultParams = {
|
const defaultParams = {
|
||||||
reference: this.ticket.id,
|
reference: this.ticket.id,
|
||||||
warehouseId: warehouseId,
|
warehouseId: warehouseId,
|
||||||
|
|
Loading…
Reference in New Issue