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