优化
This commit is contained in:
parent
fefae8a61f
commit
4dbf533b33
@ -562,6 +562,10 @@ export default {
|
|||||||
console.log(tab, event)
|
console.log(tab, event)
|
||||||
},
|
},
|
||||||
handleAddTask () {
|
handleAddTask () {
|
||||||
|
this.form = {
|
||||||
|
name: '',
|
||||||
|
processRate: 0
|
||||||
|
}
|
||||||
this.taskInfo.resultTasks.map(i => {
|
this.taskInfo.resultTasks.map(i => {
|
||||||
i.updateProcess = false
|
i.updateProcess = false
|
||||||
i.editProcess = false
|
i.editProcess = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user