From 6af1425ccb645671639f8f293407d6ad0d7a3adc Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期一, 08 八月 2022 11:37:01 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut

---
 src/views/contingencyManagement/panManagement/component/abolishLibrary.vue |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/src/views/contingencyManagement/panManagement/component/abolishLibrary.vue b/src/views/contingencyManagement/panManagement/component/abolishLibrary.vue
index f3bd004..7b0d104 100644
--- a/src/views/contingencyManagement/panManagement/component/abolishLibrary.vue
+++ b/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();

--
Gitblit v1.9.2