|
@@ -230,8 +230,8 @@ export default defineComponent({
|
|
|
const onConfirmResult = () => {
|
|
|
if (state.visiableInfo.operationType === 'RESULT') {
|
|
|
state.visiableInfo.show = false;
|
|
|
- router.back();
|
|
|
onAfter();
|
|
|
+ router.back();
|
|
|
} else if (state.visiableInfo.operationType === 'BACK') {
|
|
|
state.visiableInfo.show = false;
|
|
|
onAfter();
|