优化
This commit is contained in:
parent
9055c7ce79
commit
7de1238afe
@ -401,6 +401,11 @@ export default {
|
|||||||
// 对任务添加评论
|
// 对任务添加评论
|
||||||
handleAddPinglun (item) {
|
handleAddPinglun (item) {
|
||||||
this.staffList.list = []
|
this.staffList.list = []
|
||||||
|
this.taskInfo.resultTasks.map(i => {
|
||||||
|
i.updateProcess = false
|
||||||
|
i.editProcess = false
|
||||||
|
})
|
||||||
|
this.dialogFormVisible = false
|
||||||
this.pinglunForm = Object.assign({}, item)
|
this.pinglunForm = Object.assign({}, item)
|
||||||
const pingList = this.$refs.pingList
|
const pingList = this.$refs.pingList
|
||||||
pingList.scrollTop = pingList.scrollHeight
|
pingList.scrollTop = pingList.scrollHeight
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user