ezhizao_zx hace 11 meses
padre
commit
a7ce646b88
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      src/views/business/firstOutsource/DialogFurnaceNoInfo.vue

+ 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;
   });