|
@@ -328,7 +328,7 @@ export default defineComponent({
|
|
|
forms.messageOperation.loading = false;
|
|
|
if (resultStatus) {
|
|
|
if (
|
|
|
- type === 'pageLive' &&
|
|
|
+ (type === 'pageLive' || type === 'checkInstrument') &&
|
|
|
typeof forms.messageCallBack === 'function'
|
|
|
) {
|
|
|
forms.messageCallBack();
|
|
@@ -1112,6 +1112,7 @@ export default defineComponent({
|
|
|
forms.messageCallBack();
|
|
|
}
|
|
|
}
|
|
|
+ forms.messageCallBack = null;
|
|
|
}}
|
|
|
onConfirm={() => onMessageConfirm()}
|
|
|
/>
|