* [uitest] Load page in ext module.

This commit is contained in:
liyang
2024-07-10 15:28:18 +08:00
committed by 曹延义
parent ac384297b6
commit 9836f72c39
+3 -2
View File
@@ -338,13 +338,14 @@ class tester extends result
* @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);
}
/**