|
|
@ -334,8 +334,7 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['dataForm'].clearValidate() |
|
|
|
}) |
|
|
|
this.arguments.outboundSid = sid |
|
|
|
getRetrievalApplyInfoBySid(this.arguments).then((response) => { |
|
|
|
getRetrievalApplyInfoBySid({ sid: sid }).then((response) => { |
|
|
|
if (response.success) { |
|
|
|
this.formobj = response.data |
|
|
|
} |
|
|
|