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