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