ezhizao_zx 11 сар өмнө
parent
commit
a7ce646b88

+ 4 - 1
src/views/business/firstOutsource/DialogFurnaceNoInfo.vue

@@ -98,7 +98,10 @@ function close() {
  */
 function getList() {
   loading.value = true;
-  getFurnaceNoInfo(queryParams.value).then((res) => {
+  getFurnaceNoInfo({
+    productionPlanNo: queryParams.value.productionPlanNo,
+    lineNumber: queryParams.value.lineNumber
+  }).then((res) => {
     productList.value = res.data;
     loading.value = false;
   });