diff --git a/src/api/system/roleapi/power.ts b/src/api/system/roleapi/power.ts
index 39bbd92..129445a 100644
--- a/src/api/system/roleapi/power.ts
+++ b/src/api/system/roleapi/power.ts
@@ -47,3 +47,15 @@ export function addNewPeople(data?: getSystemPower){
data:data
});
}
+/**
+@ 作者: 秦东
+@ 时间: 2025-11-28 10:24:09
+@ 功能: 编辑自己登陆密码
+*/
+export function editMyPwd(data?: getSystemPower){
+ return request({
+ url: '/systemapi/hr/editMyPwd',
+ method: 'post',
+ data:data
+ });
+}
diff --git a/src/layout/components/myconst/editmypassword.vue b/src/layout/components/myconst/editmypassword.vue
index feb7171..81272d5 100644
--- a/src/layout/components/myconst/editmypassword.vue
+++ b/src/layout/components/myconst/editmypassword.vue
@@ -4,14 +4,64 @@
@ 备注: 修改密码
-->
+
+
+
+
+
+
+
+
diff --git a/src/views/taskplatform/taskmanagement/tasklist.vue b/src/views/taskplatform/taskmanagement/tasklist.vue
index 250c0fe..6b5e17a 100644
--- a/src/views/taskplatform/taskmanagement/tasklist.vue
+++ b/src/views/taskplatform/taskmanagement/tasklist.vue
@@ -10,7 +10,7 @@ import { appFormdataLog,delCustomerFormData } from '@/api/taskapi/management'
//引入页面
import TaskEntry from '@/views/taskplatform/taskmanagement/taskentry.vue'
import TaskCustomerForm from '@/views/taskplatform/taskmanagement/taskcustomerformnew.vue'
-import EditTaskCustomerForm from '@/views/taskplatform/taskmanagement/edittaskcustomerform.vue'
+
const loading = ref(false)
const searckFormRef = ref(ElForm);
@@ -180,7 +180,7 @@ const openCustomerForm = (id:string,title:string) =>{
-
+