mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-31 16:18:23 +00:00
优化有时候任务详情标题未显示完全
This commit is contained in:
parent
4591b59465
commit
389cafc240
@ -713,6 +713,9 @@ export default {
|
||||
openTask: {
|
||||
handler(data) {
|
||||
this.taskDetail = $A.cloneJSON(data);
|
||||
this.$nextTick(() => {
|
||||
this.$refs.name && this.$refs.name.resizeTextarea();
|
||||
})
|
||||
},
|
||||
immediate: true,
|
||||
deep: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user