|
|
@ -310,6 +310,13 @@ export default { |
|
|
|
this.arguments.outboundSid = row.sid |
|
|
|
getRetrievalApplyInfo(this.arguments).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
if (resp.code === '20005') { |
|
|
|
this.$notify({ |
|
|
|
title: '提示', |
|
|
|
message: resp.msg, |
|
|
|
duration: 5000 |
|
|
|
}) |
|
|
|
} |
|
|
|
this.formobj = resp.data |
|
|
|
this.formobj.instanceId = resp.data.procInstId |
|
|
|
selectCustomerList({ staffSid: this.formobj.pcStaffSid, userSid: '', orgPath: '' }).then((resp) => { |
|
|
|