task#15950,综合打分后加信息变更按钮
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user