去掉无用的模板文件

封装ajax提示方法
This commit is contained in:
2021-03-20 05:06:27 +08:00
parent bd9c315d7e
commit c564147f20
68 changed files with 664 additions and 21421 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 grid('".$table."', '".$header['master_name']."');";
$js .= "gdoo.grids.$table.action = new gridAction('".$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>';