task#15950,综合打分后加信息变更按钮

This commit is contained in:
2024-11-12 14:44:06 +08:00
parent 18ebd7c0d9
commit db2493181a

View File

@ -356,7 +356,7 @@ export default {
if (window.parent) { if (window.parent) {
const hasListener = window.parent.dispatchEvent(new Event('checkCloseDialog')); const hasListener = window.parent.dispatchEvent(new Event('checkCloseDialog'));
if (hasListener) { if (hasListener) {
window.parent.postMessage('handle', '*'); window.parent.postMessage('closeDialog', '*');
} else { } else {
window.history.back(); window.history.back();
} }