From 8fb20fc31b4be097e5408b9ecfeb5002ebe042f3 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 10 四月 2025 15:07:47 +0800
Subject: [PATCH] feat: 接口

---
 src/views/Account/components/ResetPasswordDialog.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/views/Account/components/ResetPasswordDialog.vue b/src/views/Account/components/ResetPasswordDialog.vue
index b92542c..e974bfd 100644
--- a/src/views/Account/components/ResetPasswordDialog.vue
+++ b/src/views/Account/components/ResetPasswordDialog.vue
@@ -8,11 +8,7 @@
     :width="800"
   >
     <ProForm :model="form" ref="dialogForm" label-width="120px">
-      <ProFormItemV2
-        label="瀵嗙爜:"
-        prop="password"
-        :check-rules="[{ message: '璇疯緭鍏ュ瘑鐮�', required: !form.id }]"
-      >
+      <ProFormItemV2 label="瀵嗙爜:" prop="password" :check-rules="[{ message: '璇疯緭鍏ュ瘑鐮�' }]">
         <ProFormText
           placeholder="璇疯緭鍏ュ瘑鐮�"
           v-model.trim="form.password"
@@ -45,7 +41,7 @@
 
 type Form = {
   title?: string;
-  id: string;
+  userId: string;
   password: string;
 };
 

--
Gitblit v1.9.1