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