From 57d3f180453fc36040151e12093e60f862d77496 Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 12 Jun 2026 12:47:48 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=A8=A1=E5=85=B7=E7=82=B9?= =?UTF-8?q?=E6=A3=80/=E4=BF=9D=E5=85=BB-=E4=BF=9D=E5=AD=98=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 4 +- src/pages_function/pages/moldCheck/detail.vue | 5 +- .../pages/moldMaintain/detail.vue | 5 +- src/pages_function/pages/moldRepair/index.vue | 60 +------------------ 4 files changed, 11 insertions(+), 63 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index e4641a7..069ad36 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -22,7 +22,9 @@ "delay" : 0 }, /* 模块配置 */ - "modules" : {}, + "modules" : { + "Camera" : {} + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ diff --git a/src/pages_function/pages/moldCheck/detail.vue b/src/pages_function/pages/moldCheck/detail.vue index 0cf626a..f5a972a 100644 --- a/src/pages_function/pages/moldCheck/detail.vue +++ b/src/pages_function/pages/moldCheck/detail.vue @@ -82,10 +82,10 @@ × @@ -346,6 +346,7 @@ async function handleSave() { try { await batchUpdateMoldCheckResults(payload) detailData.jobStatus = 1 + uni.setStorageSync('moldCheckListNeedRefresh', '1') uni.showToast({ title: t('functionCommon.saveSuccess'), icon: 'success' }) await fetchResults() } catch (error) { diff --git a/src/pages_function/pages/moldMaintain/detail.vue b/src/pages_function/pages/moldMaintain/detail.vue index d15d304..3703069 100644 --- a/src/pages_function/pages/moldMaintain/detail.vue +++ b/src/pages_function/pages/moldMaintain/detail.vue @@ -82,10 +82,10 @@ × @@ -346,6 +346,7 @@ async function handleSave() { try { await batchUpdateMoldCheckResults(payload) detailData.jobStatus = 1 + uni.setStorageSync('moldMaintainListNeedRefresh', '1') uni.showToast({ title: t('functionCommon.saveSuccess'), icon: 'success' }) await fetchResults() } catch (error) { diff --git a/src/pages_function/pages/moldRepair/index.vue b/src/pages_function/pages/moldRepair/index.vue index 6f9e446..4b9d9b5 100644 --- a/src/pages_function/pages/moldRepair/index.vue +++ b/src/pages_function/pages/moldRepair/index.vue @@ -24,9 +24,6 @@ {{ t('functionCommon.reset') }} - - -