fix:修改任务时间给提示功能,排除当前任务

This commit is contained in:
weifashi 2023-07-19 00:50:30 +08:00
parent ada0de8dbc
commit e272c06028

View File

@ -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 }) => {