农场任务讨论UI
This commit is contained in:
@@ -167,9 +167,6 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.getProject();
|
||||
this.getTask();
|
||||
this.getList();
|
||||
|
||||
},
|
||||
methods: {
|
||||
/*获取项目列表*/
|
||||
@@ -180,6 +177,7 @@ export default {
|
||||
name: null,
|
||||
}).then(res=>{
|
||||
this.projectList = res.data.list;
|
||||
this.getTask();
|
||||
})
|
||||
},
|
||||
/*获取任务列表*/
|
||||
@@ -190,6 +188,7 @@ export default {
|
||||
name: null,
|
||||
}).then(res=>{
|
||||
this.taskList = res.data.list;
|
||||
this.getList();
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user