shj
2022-08-19 444aeabb015bb0a101b80233e65939b35e8e622c
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
      };
   },
});