mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 12:42:51 +00:00
fix:
1. 项目的栏的任务列表过多时,拖动排序时报错,原因是请求的url过长,已经超过浏览器的url最大长度了 2. 修复项目列表,文本错位
This commit is contained in:
parent
14595d3a60
commit
19e50be276
@ -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
|
||||
|
||||
@ -942,6 +942,7 @@ export default {
|
||||
this.$store.dispatch("call", {
|
||||
url: 'project/sort',
|
||||
data,
|
||||
method: 'post',
|
||||
}).then(({msg}) => {
|
||||
$A.messageSuccess(msg);
|
||||
this.sortDisabled = false;
|
||||
|
||||
@ -759,6 +759,7 @@
|
||||
flex: 1;
|
||||
padding: 0 22px 0 8px;
|
||||
cursor: pointer;
|
||||
word-break: break-all;
|
||||
> span {
|
||||
font-size: 12px;
|
||||
height: 18px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user