This commit is contained in:
xiongchengqiang 2020-12-15 11:56:10 +08:00
parent c2b3920c91
commit 208a599b96

View File

@ -461,7 +461,7 @@ export default {
this.$message.error(res.msg)
return
}
this.form = {}
// this.form = {}
this.taskInfo = await this.$parent.handleGetTaskDetail(this.taskInfo.detailId)
this.dialogFormVisible = false
this.handleGetChangeTaskList()
@ -620,7 +620,7 @@ export default {
font-size: 16px;
}
&-content {
margin-bottom: 10px;
margin-bottom: 20px;
max-height:2000px;
transition:all 0.4s;
box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);