|
@@ -246,8 +246,6 @@ export default {
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
this.tasksOptions = res.data
|
|
this.tasksOptions = res.data
|
|
if (this.judge) {
|
|
if (this.judge) {
|
|
- alert(query)
|
|
|
|
- console.log(res.data, 'cdscs')
|
|
|
|
this.tasksDetailList.push(res.data[0])
|
|
this.tasksDetailList.push(res.data[0])
|
|
|
|
|
|
this.taskId.push(res.data[0].id)
|
|
this.taskId.push(res.data[0].id)
|