Explorar el Código

修改抽样单返回任务详情

jiangyu hace 3 años
padre
commit
d52d82cabf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/jc/sampleReport.vue

+ 1 - 1
src/components/jc/sampleReport.vue

@@ -319,7 +319,7 @@
 				this.$router.push({
 					name: 'setTaskcd',
 					params: {
-						task_id: that.task_id
+						id: that.task_id
 					}
 				})
 			}