|
...
|
...
|
@@ -593,7 +593,7 @@ const handleSuccess = (associationapprove, taskId) => { |
|
|
|
// 退回保单
|
|
|
|
const handleFallback = (associationapprove, taskId) => {
|
|
|
|
proxy.$modal
|
|
|
|
.confirm("是否通过该保单")
|
|
|
|
.confirm("是否退回该保单")
|
|
|
|
.then(function () {})
|
|
|
|
.then(() => {
|
|
|
|
disposeUser({ associationapprove }, taskId).then((res) => {
|
...
|
...
|
|