测试:前台页面
parent
fb694dae30
commit
772c03c7d5
|
@ -200,6 +200,7 @@ export default {
|
|||
methods: {
|
||||
findSelectTaskList(){
|
||||
selectTaskList(this.taskReq).then(res=>{
|
||||
console.log(res.data);
|
||||
this.taskList=res.data;
|
||||
console.log(this.taskList);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue