测试:前台任务设计雏形

master
陈思豪 2024-08-25 10:21:23 +08:00
parent ba898beeb2
commit 1cc30e461a
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}, },