1. 项目的栏的任务列表过多时,拖动排序时报错,原因是请求的url过长,已经超过浏览器的url最大长度了
2. 修复项目列表,文本错位
This commit is contained in:
weifashi
2023-10-18 15:23:57 +08:00
parent 14595d3a60
commit 19e50be276
3 changed files with 3 additions and 1 deletions

View File

@@ -549,7 +549,7 @@ class ProjectController extends AbstractController
}
/**
* @api {get} api/project/sort 10. 排序任务
* @api {post} api/project/sort 10. 排序任务
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0