|
@@ -360,11 +360,11 @@ export default {
|
|
|
// "&userid=" +
|
|
|
// this.userid
|
|
|
// );
|
|
|
- window.opener.focus()
|
|
|
+ window.opener.blur();setTimeout(window.opener.focus(),0);
|
|
|
window.opener.postMessage({ cid: cid, screenType: "2gm" }, "*");
|
|
|
},
|
|
|
get(cid){
|
|
|
- window.opener.focus()
|
|
|
+ window.opener.blur();setTimeout(window.opener.focus(),0);
|
|
|
window.opener.postMessage({ cid: cid, screenType: "3gm" }, "*");
|
|
|
},
|
|
|
handle_remove(file, fileList) {
|