Skip to content

Commit

Permalink
* [uitest] Load page in ext module.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyangLyon authored and 曹延义 committed Jul 10, 2024
1 parent ac38429 commit 9836f72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/lib/ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,14 @@ public function loadPage($module = '', $method = '', $ext = '')
* @param int $method
* @param array $params
* @param string $iframeID
* @param string $ext
* @access public
* @return object
*/
public function initForm($module, $method, $params = array(), $iframeID = '')
public function initForm($module, $method, $params = array(), $iframeID = '', $ext = '')
{
$this->openURL($module, $method, $params, $iframeID);
return $this->loadPage();
return $this->loadPage($module, $method, $ext);
}

/**
Expand Down

0 comments on commit 9836f72

Please sign in to comment.