From 687fb4d2fb2a0816cf74dafb127b603a1db57f07 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 18 Apr 2025 16:10:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/components/Consumables/ChangeNum.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Index/components/Consumables/ChangeNum.vue b/src/pages/Index/components/Consumables/ChangeNum.vue index d2071da..3b719e1 100644 --- a/src/pages/Index/components/Consumables/ChangeNum.vue +++ b/src/pages/Index/components/Consumables/ChangeNum.vue @@ -57,7 +57,7 @@ const query = ref({ // 监听 value 的变化,同步更新 query watch(value, (newVal) => { query.value = { - group: `CG`${ plateIndex.value } `, + group: `CG${ plateIndex.value } `, num: Number(newVal) } }) @@ -76,7 +76,7 @@ const openDialog = (plate, index) => { // 初始化 query query.value = { - group: `CG`${index}`, + group: `CG${index}`, num: Number(plate.num) } } From 3002886e53b4f5ab5bf256f628bef5531a674a53 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 18 Apr 2025 16:12:02 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:git=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fa146ef..34e8ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ A8000-plus.* *.njsproj *.sln *.sw? +auto-imports.d.ts