From 7686d8ba67e60ab34ac4db5f6f4b91486cff6ade Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Fri, 13 Sep 2024 15:50:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=8D=E5=86=B2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/prepare/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mes/prepare/index.vue b/src/views/mes/prepare/index.vue index 09ef7df..16759a7 100644 --- a/src/views/mes/prepare/index.vue +++ b/src/views/mes/prepare/index.vue @@ -518,7 +518,7 @@ export default { this.refreshNewWorkerTable = true // 立即将refreshProTable设置为true,显示表格 this.newWorkerLoading = false // 设置加载状态为false,表示加载完成 - this.generateBarcode(this.printData.printDate); //条码 根据打印日期生成 + this.generateBarcode(this.printData.productDate); //条码 根据打印日期生成 }) }, From d060d8824b26dde630483bee702157c9114390c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E6=B0=94=E6=BB=A1=E6=BB=A1=28jgy=29?= Date: Fri, 13 Sep 2024 16:36:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?2024-09-13=20=E8=AE=BE=E5=A4=87-=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E9=A1=B9=E7=BB=B4=E6=8A=A4-=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=BE=AA=E7=8E=AF=E5=91=A8=E6=9C=9F=E7=82=B9=E5=87=BB=E4=B8=8D?= =?UTF-8?q?=E9=A1=BA=E7=95=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/item/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/device/item/index.vue b/src/views/device/item/index.vue index b3b09f5..0a430e3 100644 --- a/src/views/device/item/index.vue +++ b/src/views/device/item/index.vue @@ -480,6 +480,7 @@ @@ -823,6 +824,11 @@ export default { this.getList(); }, methods: { + // + changeVal() { + this.$forceUpdate();//解决点击计数器失效问题 + }, + // 获取设备List-置入穿梭框信息 setTransfer() { getEquipmentList().then((response) => {