src/views/contingencyManagement/panManagement/component/abolishLibrary.vue
@@ -48,12 +48,7 @@ </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 { @@ -94,7 +89,6 @@ }); } }; const isShowDialog = ref(false); const ruleFormRef = ref<FormInstance>(); @@ -129,9 +123,10 @@ type: 'error', }); emit('myAdd', true); openDialog() openDialog(); } }).catch(() => {}); }) .catch(() => {}); }; // 分页 const pageIndex = ref();