guoyujia 1 vuosi sitten
vanhempi
commit
3e9f7d7866
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      pages/addNewBatch/index.vue

+ 3 - 1
pages/addNewBatch/index.vue

@@ -343,6 +343,7 @@
 							title: "该批次号可用,该批是废品回用",
 							duration: 2000
 						})
+						getProcessInfo(batchNoList.value[0])
 					} else if (batchNoList.value[0].isAmend == 1) {
 						isWasteRecyclingFlag.value = true
 						getFurnaceInfo(batchNoList.value[0])
@@ -351,13 +352,14 @@
 							title: "该批次号可用,该批是单批单改",
 							duration: 2000
 						})
-						
+						getProcessInfo(batchNoList.value[0])
 					} else {
 						uni.showToast({
 							icon: "none",
 							title: "该批次号可用",
 							duration: 2000
 						})
+						getProcessInfo(batchNoList.value[0])
 					}
 					return true;
 				}