* [misc] remove unused data.

This commit is contained in:
sunguangming
2025-12-10 03:10:28 +00:00
parent df6fcfaeec
commit 8f0c15f2f3
-9
View File
@@ -167,15 +167,6 @@ class control extends baseControl
return;
}
elseif(!$this->getFormData)
{
$this->parseJSON($moduleName, $methodName);
ob_start();
echo $this->output;
return;
}
if(empty($moduleName)) $moduleName = $this->moduleName;
if(empty($methodName)) $methodName = $this->methodName;