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: "隐藏" },