diff --git a/components/newArchives/breeding.vue b/components/newArchives/breeding.vue
index 2269b68..f795307 100644
--- a/components/newArchives/breeding.vue
+++ b/components/newArchives/breeding.vue
@@ -36,13 +36,13 @@
-
+
-
+
diff --git a/components/newArchives/plant.vue b/components/newArchives/plant.vue
index 9a65e33..5d55888 100644
--- a/components/newArchives/plant.vue
+++ b/components/newArchives/plant.vue
@@ -17,7 +17,7 @@
-
@@ -50,14 +50,14 @@
-
-
diff --git a/components/newArchives/residents.vue b/components/newArchives/residents.vue
index 97ec454..8075f62 100644
--- a/components/newArchives/residents.vue
+++ b/components/newArchives/residents.vue
@@ -8,15 +8,15 @@
-
+
-
+
-
+
-
+
@@ -24,7 +24,7 @@
+ @click="removeFamily(family_index)">删除以上信息
@@ -72,7 +72,7 @@
+ @click="removeChildArr(child_arr_index)">删除以上信息
diff --git a/components/newArchives/store.vue b/components/newArchives/store.vue
index 3616408..036ad10 100644
--- a/components/newArchives/store.vue
+++ b/components/newArchives/store.vue
@@ -29,7 +29,7 @@
-
diff --git a/subpkg/updateArchives/updateArchives.vue b/subpkg/updateArchives/updateArchives.vue
index dcfdf37..086344c 100644
--- a/subpkg/updateArchives/updateArchives.vue
+++ b/subpkg/updateArchives/updateArchives.vue
@@ -55,9 +55,11 @@
keyName="name" @change="changeHandler" @cancel="demandShow = false" @confirm="changeDemand">
-
+
+
@@ -113,6 +115,7 @@
updateFlag: true,
task_id: 0,
modelShow: false, // 是否显示删除提示框
+ updateShow: false, // 是否显示完成提示框
deleteIndex: -1, // 删除标记
formData: {
id_card: '',
@@ -143,6 +146,8 @@
},
// 更新档案
async addArchives() {
+ this.updateShow = false;
+ await this.$nextTick();
if (this.showDemandList.length == 0) return Toast('请先添加需求!');
let refsDatas = await this.loadRefsDatas();
if (!this.updateFlag) return;