mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-03 19:58:16 +00:00
fix: 无法设置修改子任务时间的情况
This commit is contained in:
parent
8eaff830ad
commit
2edbe4fb3f
@ -1170,7 +1170,12 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.updateParams = Object.assign({}, params)
|
this.updateParams = Object.assign({}, params)
|
||||||
this.$refs.taskExistTipsRef?.isExistTask({
|
const tipsRef = this.$refs.taskExistTipsRef
|
||||||
|
if (!tipsRef) {
|
||||||
|
resolve()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
tipsRef.isExistTask({
|
||||||
taskid: this.taskDetail.id,
|
taskid: this.taskDetail.id,
|
||||||
userids: this.taskDetail.owner_userid,
|
userids: this.taskDetail.owner_userid,
|
||||||
timerange: [params.start_at, params.end_at]
|
timerange: [params.start_at, params.end_at]
|
||||||
|
|||||||
@ -414,7 +414,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.clock {
|
.clock {
|
||||||
margin: 3px 2px;
|
margin: 4px 2px 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
transform: translateX(50%);
|
transform: translateX(50%);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user