From 1a002ce6f2198f5bfda5c812b251af4001703f40 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Thu, 19 Oct 2023 10:34:26 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9D=91=E5=85=AC=E5=8F=B8?=
=?UTF-8?q?=E4=BB=BB=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/task_template/edit_village.vue | 480 +++++++++++++++++++++++
src/views/task_template/index.vue | 18 +-
2 files changed, 493 insertions(+), 5 deletions(-)
create mode 100644 src/views/task_template/edit_village.vue
diff --git a/src/views/task_template/edit_village.vue b/src/views/task_template/edit_village.vue
new file mode 100644
index 0000000..d821198
--- /dev/null
+++ b/src/views/task_template/edit_village.vue
@@ -0,0 +1,480 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/task_template/index.vue b/src/views/task_template/index.vue
index 933d67e..6daac4d 100644
--- a/src/views/task_template/index.vue
+++ b/src/views/task_template/index.vue
@@ -149,14 +149,21 @@
-
-
+ >();
const datalist = ref([]);
@@ -196,10 +204,10 @@ const queryParams = reactive({
status: "",
content: "",
});
-const taskTypeId = ref(10);
+const companyType = ref(10);
if (route.query?.id) queryParams.id = route.query.id;
if (route.query?.company_id) queryParams.company_id = route.query.company_id;
-if (route.query?.company_type == 41) taskTypeId.value = 15;
+if (route.query?.company_type) companyType.value = route.query.company_type;
const statusdata = reactive([
{ id: 1, name: "显示" },
{ id: 2, name: "隐藏" },