From ae07a87d84ccc7f568d4e3b8ff4b0c68cf43c0b1 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Thu, 18 Aug 2022 15:27:32 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut
---
src/views/accidentManagementSystem/workInjuryDeclaration/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
index 3974a64..56b9e69 100644
--- a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
+++ b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
@@ -22,7 +22,7 @@
</el-icon>
新建
</el-button>
- <el-button size="default" type="warning" plain :disabled="warning">
+ <el-button size="default" type="warning" plain :disabled="warning" @click="onEdit('修改', deletAll[0])">
<el-icon>
<Edit />
</el-icon>
@@ -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,
@@ -328,6 +328,7 @@
total,
onMyAdd,
onSelectItem,
+ deletAll
};
},
});
--
Gitblit v1.9.2