|
|
@ -257,7 +257,7 @@ |
|
|
|
if (res.success) { |
|
|
|
this.formobj.createOrgSid = res.data |
|
|
|
this.formobj.useOrgSid = res.data |
|
|
|
req.choiceSupplier(res.data)).then((resp) => { |
|
|
|
req.choiceSupplier(res.data).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.supplierNameList = resp.data |
|
|
|
console.log("aaaaaa", this.supplierNameList); |
|
|
|