diff --git a/pages/investigation/components/investigation-item.vue b/pages/investigation/components/investigation-item.vue
index 512c7da..070d2e2 100644
--- a/pages/investigation/components/investigation-item.vue
+++ b/pages/investigation/components/investigation-item.vue
@@ -1,293 +1,280 @@
-
-
-
- {{ item.name }}
-
-
-
-
- 取消
- {{ investigationDetailTitle }}
- 确认
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- afterRead(e, item)"
- @delete="(e) => deletePic(e, item)"
- name="1"
- :maxCount="1"
- >
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ item.name }}
+
+
+
+
+ 取消
+ {{ investigationDetailTitle }}
+ 确认
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ afterRead(e, item)"
+ @delete="(e) => deletePic(e, item)" name="1" :maxCount="1">
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/investigation/components/investigation-item2.vue b/pages/investigation/components/investigation-item2.vue
index f8e137d..bf166c2 100644
--- a/pages/investigation/components/investigation-item2.vue
+++ b/pages/investigation/components/investigation-item2.vue
@@ -1,314 +1,300 @@
-
-
-
-
- 取消
- {{ investigationDetailTitle }}
- 确认
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- afterRead(e, item)"
- @delete="(e) => deletePic(e, item)"
- name="1"
- :maxCount="1"
- >
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+ 取消
+ {{ investigationDetailTitle }}
+ 确认
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ afterRead(e, item)"
+ @delete="(e) => deletePic(e, item)" name="1" :maxCount="1">
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue
index c90e3a7..4de9cab 100644
--- a/pages/investigation/task.vue
+++ b/pages/investigation/task.vue
@@ -702,7 +702,8 @@ export default {
};
},
methods: {
- showInvestigationTag(v) {
+ showInvestigationTag(v) {
+ console.log(v)
this.showInvestigation2 = true;
this.showInvestigation2Item = v;
},
@@ -1086,11 +1087,11 @@ export default {
console.log(res);
if (res.code === 200) {
this.$.toast("保存成功");
- // setTimeout(() => {
- // uni.navigateBack({
- // delta: 1, // 默认值是1,表示返回的页面层数
- // });
- // }, 1000);
+ setTimeout(() => {
+ uni.navigateBack({
+ delta: 1, // 默认值是1,表示返回的页面层数
+ });
+ }, 1000);
// this.data = res.result;
// this.rname = this.data[0].name;