This commit is contained in:
commie
2026-01-12 12:42:08 +08:00
parent c153975eed
commit 61c5192018
27 changed files with 1283 additions and 112 deletions
@@ -39,5 +39,11 @@ class VersionController extends Crud
$this->assign("statusList", $statusList);
$this->assignconfig("statusList", $statusList);
}
function __before_insert__(){
$this->assign("row", [
'type' => 1,
'force' => 1
]);
}
}