@@ -390,6 +394,7 @@ const query = ref({
const list = ref([]);
const total = ref(0);
+const replenishShow = ref(false)
function getList() {
listPetitionComplaint(query.value).then((data) => {
@@ -455,6 +460,20 @@ function handleShowImport() {
show.value = true
}
+function handleSHowImportReplenish(){
+ replenishShow.value=true
+}
+/**
+ * 补充成功的事件
+ * 补充的数据:初重访、群众集访
+ * */
+function successFun(){
+ replenishShow.value=false
+ getList()
+}
+
+
+
const detailShow = ref(false);
const activeRow = ref({});
diff --git a/src/views/data/Gjxf.vue b/src/views/data/Gjxf.vue
index 918aeb7..bb10259 100644
--- a/src/views/data/Gjxf.vue
+++ b/src/views/data/Gjxf.vue
@@ -186,7 +186,7 @@
}}
-
+