13937891274
2022-08-05 2dcd6731b0ba9359dac02931211e53e81e56be68
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();