| | |
| | | </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> |
| | |
| | | onMounted(() => { |
| | | listApi(); |
| | | }); |
| | | const accidentName=ref() |
| | | const accidentName = ref(); |
| | | // 重置 |
| | | const submitReset = () => { |
| | | listQuery.searchParams.accidentExpressId = ''; |
| | |
| | | listQuery.pageIndex = val; |
| | | }; |
| | | return { |
| | | accidentName, |
| | | accidentName, |
| | | daiInpt, |
| | | showRef, |
| | | upButton, |
| | |
| | | total, |
| | | onMyAdd, |
| | | onSelectItem, |
| | | deletAll |
| | | }; |
| | | }, |
| | | }); |