private void GetData() { DataTable table = operationService.ExecuteProWarningDetails("p", DeptId, ItemId, ObjectId, (_tableview.PageIndex - 1) * _tableview.RowMax, _tableview.RowMax); _tableview.Table = table; }