From efc96a7effbdcef30890ef6b2eadf126fe24d982 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Fri, 8 Nov 2024 17:29:05 +0800 Subject: [PATCH] Update dailyInspection.vue --- .../src/subPages/police/dailyInspection/dailyInspection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue b/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue index f10c0ad..46aae12 100644 --- a/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue +++ b/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue @@ -311,7 +311,7 @@ const onSubmit = async function () { console.log('🚀 ~ onSubmit ~ result:', result) Taro.hideLoading() store.dailyinspectionList([]) //清空数据 - assessmentRecordParams.assessmentRecordDetails = [] + assessmentRecordDetails.value = [] assessmentCriteriaRulesByCkProjectId(currentCkProjectId.value) //重新获取数据 if (result.code === 200) { Taro.showToast({