shj
2022-08-10 0065d87453f07f63ec6b4f0a818b65ca07905f45
src/views/accidentManagementSystem/workInjuryDeclaration/component/accidentName.vue
@@ -85,7 +85,7 @@
         </el-row>
         <template #footer>
            <span class="dialog-footer">
               <el-button @click="handleClose()" size="default">关闭</el-button>
               <el-button @click="closeDialog()" size="default">关闭</el-button>
               <el-button type="primary" @click="submitForm" size="default">确定</el-button>
            </span>
         </template>
@@ -162,6 +162,10 @@
      };
      // 右方点击添加后显示标签
      const dynamicTags = ref([]);
      const closeDialog=()=>{
         dialogVisible.value = false
         handleClose()
      };
      const handleClose = () => {
         dynamicTags.value = [];
         radio1.value = '';
@@ -197,6 +201,7 @@
         checkedItem,
         submitReset,
         submitForm,
         closeDialog
      };
   },
});