task#15950,综合打分后加信息变更按钮
This commit is contained in:
@ -356,7 +356,7 @@ export default {
|
||||
if (window.parent) {
|
||||
const hasListener = window.parent.dispatchEvent(new Event('checkCloseDialog'));
|
||||
if (hasListener) {
|
||||
window.parent.postMessage('handle', '*');
|
||||
window.parent.postMessage('closeDialog', '*');
|
||||
} else {
|
||||
window.history.back();
|
||||
}
|
||||
|
Reference in New Issue
Block a user