diff --git a/src/views/task/task/index.vue b/src/views/task/task/index.vue index 4e8d9b0..9b9cea7 100644 --- a/src/views/task/task/index.vue +++ b/src/views/task/task/index.vue @@ -187,7 +187,7 @@ - + @@ -353,6 +353,7 @@ export default { methods: { //选择数据表改变数据 changeTableName(row){ + console.log(row); this.taskInfo = row; },