فهرست منبع

try to use console button

andre 4 سال پیش
والد
کامیت
52c83c162a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      templates/client/default/assets/js/defaultComponents/__vue_app_object.js

+ 2 - 2
templates/client/default/assets/js/defaultComponents/__vue_app_object.js

@@ -578,9 +578,9 @@ var mgDefauleVueObject = {
                     });
                     });
 
 
                     if (targetSize) {
                     if (targetSize) {
-                        window.open(self.targetUrl, 'width=300,height=200');
+                        window.open(self.targetUrl, '', 'width=300,height=200');
                     } else {
                     } else {
-                        window.open(self.targetUrl, 'width=300,height=200');
+                        window.open(self.targetUrl, '', 'width=300,height=200');
                     }
                     }
                 },
                 },
                 submitFormByEvent : function(event){
                 submitFormByEvent : function(event){