mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-17 06:32:51 +00:00
fix:修改任务时间给提示功能,排除当前任务
This commit is contained in:
parent
ada0de8dbc
commit
e272c06028
@ -73,7 +73,8 @@ export default {
|
|||||||
url: 'project/task/easylists',
|
url: 'project/task/easylists',
|
||||||
data: {
|
data: {
|
||||||
userid: userids,
|
userid: userids,
|
||||||
timerange: timerange
|
timerange: timerange,
|
||||||
|
taskid: taskid
|
||||||
},
|
},
|
||||||
method: 'get',
|
method: 'get',
|
||||||
}).then(({ data }) => {
|
}).then(({ data }) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user