This commit is contained in:
xiongchengqiang 2020-12-14 18:11:49 +08:00
parent 9055c7ce79
commit 7de1238afe

View File

@ -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