| | |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import { |
| | | ref, |
| | | reactive, |
| | | defineComponent, |
| | | onMounted, |
| | | } from 'vue'; |
| | | import { ref, reactive, defineComponent, onMounted } from 'vue'; |
| | | |
| | | import type { FormInstance } from 'element-plus'; |
| | | import { |
| | |
| | | ElMessage, |
| | | } from 'element-plus'; |
| | | import { Search, FullScreen } from '@element-plus/icons-vue'; |
| | | import { emergencyPlanApi } from '../../../../api/emergencyPlan'; |
| | | import { emergencyPlanApi } from '../../../../api/contingencyManagement/emergencyPlan'; |
| | | export default defineComponent({ |
| | | name: 'abolishLibrary', |
| | | components: {}, |
| | |
| | | }); |
| | | } |
| | | }; |
| | | |
| | | const isShowDialog = ref(false); |
| | | |
| | | const ruleFormRef = ref<FormInstance>(); |
| | |
| | | type: 'error', |
| | | }); |
| | | emit('myAdd', true); |
| | | openDialog() |
| | | openDialog(); |
| | | } |
| | | }).catch(() => {}); |
| | | }) |
| | | .catch(() => {}); |
| | | }; |
| | | // 分页 |
| | | const pageIndex = ref(); |