From a94ec296a44c19d59d12c33542c158d45241ece8 Mon Sep 17 00:00:00 2001 From: yxhc <825210484@qq.com> Date: Wed, 28 Aug 2024 09:27:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9A=90=E8=97=8F=E4=BA=8C=E6=9C=9F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 14 +++++ src/main.js | 1 + .../purchaseResults/fillPurchasingResult/index.vue | 18 ++++--- src/pages/toDoCenter/components/auditDialog.vue | 53 +++++++++--------- src/pages/toDoCenter/handleDuringExamine/index.vue | 1 + src/utils/updater.js | 62 ++++++++++++++++++++++ 6 files changed, 117 insertions(+), 32 deletions(-) create mode 100644 src/utils/updater.js diff --git a/src/App.vue b/src/App.vue index 7f5ec42..cf3138e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,20 @@