From 6d33f3722fd2aeeff0e5295e06f08bfa7a9a25e7 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 25 Jul 2024 17:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=96=99=E6=8E=A5=E6=94=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=94=9F=E4=BA=A7=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/productionReceipt/job/productionReceiptJob.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/productionReceipt/job/productionReceiptJob.vue b/src/pages/productionReceipt/job/productionReceiptJob.vue index d5f6f4a3..884bc7b9 100644 --- a/src/pages/productionReceipt/job/productionReceiptJob.vue +++ b/src/pages/productionReceipt/job/productionReceiptJob.vue @@ -34,7 +34,7 @@ import { getProductionReceiptJobList, cancleTakeProductionReceiptJob, - getIssueJobByProductionline + getProductionReceiptJobByProductionline } from '@/api/request2.js'; import { @@ -90,7 +90,7 @@ }, onLoad(option) { this.title = option.title - this.getIssueJobByProductionline() + this.getProductionReceiptJobByProductionline() }, onShow() { @@ -138,8 +138,8 @@ this.productionLine = productionLineCode this.getList('refresh', this.productionLine) }, - getIssueJobByProductionline() { - getIssueJobByProductionline().then(res => { + getProductionReceiptJobByProductionline() { + getProductionReceiptJobByProductionline().then(res => { if (res.code == 0) { this.productionLineList = res.data.map(item => ({ value: item.value,