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