|
|
@ -987,7 +987,7 @@ export default { |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.listQuery.params.createOrgSid = res.data |
|
|
|
this.queryParams.params.useOrgSid = res.data |
|
|
|
// this.queryParams.params.useOrgSid = res.data |
|
|
|
// 下拉框-品牌 |
|
|
|
brandDown({ useOrg: res.data }).then((res) => { |
|
|
|
if (res.code === '200') { |
|
|
@ -1252,6 +1252,7 @@ export default { |
|
|
|
}, |
|
|
|
handleLook(row) { |
|
|
|
this.queryParams.params.vin = row.vinNo |
|
|
|
this.queryParams.params.useOrgSid = row.createOrgSid |
|
|
|
selectCarTransferListAll(this.queryParams).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.dialogVisible = true |
|
|
|