| | |
| | | <template> |
| | | <el-dialog v-model="dialogVisible" title="选择应急预案" width="900px" draggable :fullscreen="full"> |
| | | <el-dialog v-model="dialogVisible" title="选择应急预案" width="900px" draggable :fullscreen="full" @close="closeDialog"> |
| | | <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button> |
| | | <el-row> |
| | | <el-col :span="18"> |
| | |
| | | import { defineComponent, reactive, ref, onMounted } from 'vue'; |
| | | import { ElMessage } from 'element-plus'; |
| | | import { Delete, FullScreen } from '@element-plus/icons-vue'; |
| | | import { emergencyPlanLogApi } from '/@/api/emergencyPlanLog'; |
| | | import { emergencyPlanApi } from '/@/api/emergencyPlan'; |
| | | import { emergencyPlanLogApi } from '/@/api/contingencyManagement/emergencyPlanLog'; |
| | | import { emergencyPlanApi } from '/@/api/contingencyManagement/emergencyPlan'; |
| | | export default defineComponent({ |
| | | setup(props, { emit }) { |
| | | const dialogVisible = ref<boolean>(false); |
| | |
| | | dynamicTags.value.splice(dynamicTags.value.indexOf(tag), 1); |
| | | radio1.value = ''; |
| | | }; |
| | | const closeDialog = () => { |
| | | handleClose('') |
| | | } |
| | | const radio1 = ref(''); |
| | | const radio = (event: any) => { |
| | | dynamicTags.value[0] = event; |
| | |
| | | onSubmit, |
| | | submitForm, |
| | | total, |
| | | closeDialog |
| | | }; |
| | | }, |
| | | }); |