|
|
@ -372,12 +372,6 @@ export default { |
|
|
|
if (response.success) { |
|
|
|
this.formobj.createOrgSid = response.data |
|
|
|
this.formobj.useOrgSid = response.data |
|
|
|
this.formobj.payCompanySid = response.data |
|
|
|
fetchBySid(response.data).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.formobj.payCompany = res.data.name |
|
|
|
} |
|
|
|
}) |
|
|
|
brandDown({ useOrg: response.data }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.carBrand_list = res.data |
|
|
|