PDM更新数据结构后,基础数据查询和BOM初始查询等基本功能都已经OK,待完善和细化相关的上传和下载服务等。
This commit is contained in:
@@ -41,7 +41,8 @@ class Dictionary extends AdminController
|
||||
*/
|
||||
public function index(): \support\Response
|
||||
{
|
||||
$post = input();
|
||||
// $post = input();
|
||||
$post = request()->all();
|
||||
$pid = input('pid');
|
||||
$limit = input('limit') ?? 10;
|
||||
$page = input('page') ?? 1;
|
||||
|
||||
Reference in New Issue
Block a user