zhaojiale
2022-08-18 375b6acbd3a8f9cf51f967b09ecd09eccd1a12f3
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
      };
   },
});