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