ezhizao_zx 1 year ago
parent
commit
072e39ace6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      components/dialog-lot/dialog-lot.vue

+ 2 - 1
components/dialog-lot/dialog-lot.vue

@@ -84,7 +84,8 @@
 			dayworkId: form.value.dayworkId
 			dayworkId: form.value.dayworkId
 		}), getProcessListByLot({
 		}), getProcessListByLot({
 			id: form.value[0].daywork.lotId,
 			id: form.value[0].daywork.lotId,
-			isWasteRecycling: form.value[0].daywork.isWasteRecycling
+			isWasteRecycling: form.value[0].daywork.isWasteRecycling,
+			technologicalProcessId:form.value[0].technologicalProcessId
 		})]).then(([res, response]) => {
 		})]).then(([res, response]) => {
 			if (res.code == 200) {
 			if (res.code == 200) {
 				//过滤工序列表将上道序及之前的工序去掉, 然后过滤出工序交集
 				//过滤工序列表将上道序及之前的工序去掉, 然后过滤出工序交集