|
|
@ -52,7 +52,7 @@ export default { |
|
|
|
}) |
|
|
|
this.formobj.sid = row.sid |
|
|
|
this.isDesignatedEnterprise = row.isDesignatedEnterprise |
|
|
|
req.personList({ sid: row.sid }).then((res) => { |
|
|
|
req.getListByCustomerSid({ sid: row.sid }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.formobj.list = res.data |
|
|
|
} |
|
|
|