浏览代码

try to use console button

andre 4 年之前
父节点
当前提交
a6288bdb99
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/UI/Vms/Buttons/ConsoleButton.php

+ 2 - 2
app/UI/Vms/Buttons/ConsoleButton.php

@@ -40,8 +40,8 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
 
     public function afterInitContent()
     {
-        $this->htmlAttributes['@click.middle'] = 'window.open($event, ' . $this->parseCustomParams() . ', true)';
-        $this->htmlAttributes['@click'] = 'window.open($event, ' . $this->parseCustomParams() . ')';
+        $this->htmlAttributes['@click.middle'] = 'open($event, ' . $this->parseCustomParams() . ', true)';
+        $this->htmlAttributes['@click'] = 'open($event, ' . $this->parseCustomParams() . ')';
     }
 
     public function setRawUrl($url)