From d3d6b956f529d17f8f2774fcfe6c3252d34d3f00 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Wed, 10 Aug 2022 10:58:33 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut
---
src/views/accidentManagementSystem/workInjuryDeclaration/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
index 3974a64..2f59a97 100644
--- a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
+++ b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
@@ -168,7 +168,7 @@
onMounted(() => {
listApi();
});
- const accidentName=ref()
+ const accidentName = ref();
// 重置
const submitReset = () => {
listQuery.searchParams.accidentExpressId = '';
@@ -302,7 +302,7 @@
listQuery.pageIndex = val;
};
return {
- accidentName,
+ accidentName,
daiInpt,
showRef,
upButton,
--
Gitblit v1.9.2