yyfang 3 tahun lalu
induk
melakukan
2140a6293e

+ 1 - 1
src/components/admin/checkMonitor.vue

@@ -305,7 +305,7 @@
 		},
 		created() {
 			this.getTasks()
-			this.task_id = this.$route.params.id
+			this.task_id = this.$route.params.task_id
 		},
 		methods: {
 			//新增

+ 1 - 0
src/components/admin/reTask.vue

@@ -298,6 +298,7 @@
 		},
 		created() {
 			this.getTasks()
+			this.task_id = this.$route.params.task_id
 		},
 		methods: {
 			//新增

+ 1 - 0
src/components/admin/specialMonitor.vue

@@ -300,6 +300,7 @@
 		},
 		created() {
 			this.getTasks()
+			this.task_id = this.$route.params.task_id
 		},
 		methods: {
 			//新增