去掉控制器方法的后缀名

This commit is contained in:
2021-03-18 07:04:25 +08:00
parent 7223845862
commit bd9c315d7e
129 changed files with 837 additions and 838 deletions
+1 -1
View File
@@ -1145,7 +1145,7 @@ class Grid
];
$js = "gdoo.grids.$table = ".json_encode($search, JSON_UNESCAPED_UNICODE).";";
$js .= "gdoo.grids.$table.action = new gridAction('".$table."', '".$header['master_name']."');";
$js .= "gdoo.grids.$table.action = new grid('".$table."', '".$header['master_name']."');";
$js .= "gdoo.grids.$table.action.routes = ".json_encode($routes, JSON_UNESCAPED_UNICODE).';';
$js .= "gdoo.grids.$table.action.bill_url = '{$mc}';";
$res = '<script>'.$js.'</script>';