正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -593,7 +593,7 @@ const handleSuccess = (associationapprove, taskId) => { | @@ -593,7 +593,7 @@ const handleSuccess = (associationapprove, taskId) => { | ||
| 593 | // 退回保单 | 593 | // 退回保单 |
| 594 | const handleFallback = (associationapprove, taskId) => { | 594 | const handleFallback = (associationapprove, taskId) => { |
| 595 | proxy.$modal | 595 | proxy.$modal |
| 596 | - .confirm("是否通过该保单") | 596 | + .confirm("是否退回该保单") |
| 597 | .then(function () {}) | 597 | .then(function () {}) |
| 598 | .then(() => { | 598 | .then(() => { |
| 599 | disposeUser({ associationapprove }, taskId).then((res) => { | 599 | disposeUser({ associationapprove }, taskId).then((res) => { |
-
请 注册 或 登录 后发表评论