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 { @@ -129,9 +124,10 @@ type: 'error', }); emit('myAdd', true); openDialog() openDialog(); } }).catch(() => {}); }) .catch(() => {}); }; // 分页 const pageIndex = ref();