Merge branch 'sprint/189_liumengyi' into 'master'

* Fix bug for close product.

See merge request easycorp/zentaopms!3343
This commit is contained in:
李玉春
2022-05-11 09:08:08 +00:00
+1 -1
View File
@@ -2108,7 +2108,7 @@ class productModel extends model
$menu .= $this->buildFlowMenu('product', $product, $type, 'direct');
$menu .= "<div class='divider'></div>";
$menu .= $this->buildMenu('product', 'close', $params, $product, $type, '', '', '', '', "data-app='product'");
$menu .= $this->buildMenu('product', 'close', $params, $product, $type, '', '', 'iframe', true, "data-app='product'");
$menu .= "<div class='divider'></div>";
}