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 @@
encodeURI(i)))"
/>
×
@@ -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 @@
encodeURI(i)))"
/>
×
@@ -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') }}
-
-
-