vue分离
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ZR.Admin.WebApi.Controllers.MES.pro
|
||||
}
|
||||
|
||||
[HttpGet("list")]
|
||||
public IActionResult List(int pageNum, int pageSize, int year, int week, string partNumber = "", string color = "")
|
||||
public IActionResult List(int pageNum, int pageSize, int year=-1, int week=-1, string partNumber = "", string color = "")
|
||||
{
|
||||
(List<ProWorkplan>,int) data = proWorkplanService.GetAllData(pageNum, pageSize, year, week, partNumber, color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user