shj
2022-08-10 01b6b200bedf57900a88bbd982cf25889e13dc49
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 {
@@ -61,7 +56,7 @@
   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: {},
@@ -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();