测试:前台任务设计雏形
parent
ba898beeb2
commit
1cc30e461a
|
@ -367,11 +367,12 @@ export default {
|
|||
|
||||
executeTask(){
|
||||
this.taskInputAdd = true;
|
||||
this.taskInputList();
|
||||
},
|
||||
|
||||
addTaskInput(){
|
||||
this.taskInputAdd = false;
|
||||
this.taskInputList();
|
||||
this.findByInputId();
|
||||
this.taskInputFieldAdd = true;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue