From 17651c5c9d2bfdb12c8fdb63a237b3041543e6ba Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 14 Aug 2024 15:27:26 +0800 Subject: [PATCH] data --- pages/SecondPhase/production/PrintTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/SecondPhase/production/PrintTable.vue b/pages/SecondPhase/production/PrintTable.vue index f0cdb5d..c199d4a 100644 --- a/pages/SecondPhase/production/PrintTable.vue +++ b/pages/SecondPhase/production/PrintTable.vue @@ -28,7 +28,7 @@ - + @@ -79,7 +79,7 @@ return } try { - let res = await twoPdaBoxIn(this.val1, this.index1, this.index2) + let res = await printTable(this.val1, this.index1, this.index2) uni.showToast({ title: res.message, icon: 'none'