From e1e694369dabf557615669ce2f71e9af70277ff6 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 07 Jan 2026 13:56:32 +0800
Subject: [PATCH] 1

---
 src/views/modules/user-relation/agent-password-update.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/modules/user-relation/agent-password-update.vue b/src/views/modules/user-relation/agent-password-update.vue
index f9ac1d5..9e8f1c5 100644
--- a/src/views/modules/user-relation/agent-password-update.vue
+++ b/src/views/modules/user-relation/agent-password-update.vue
@@ -8,9 +8,9 @@
       <el-form-item  label="代理商重置密码"  prop="password">
         <el-input v-model="dataForm.password" type="password" placeholder="请输入代理商重置密码"></el-input>
       </el-form-item>
-      <el-form-item  label="登录人资金密码"  prop="safeword">
+      <!-- <el-form-item  label="登录人资金密码"  prop="safeword">
         <el-input v-model="dataForm.safeword" type="password" placeholder="请输入登录人资金密码"></el-input>
-      </el-form-item>
+      </el-form-item> -->
     </el-form>
     <span slot="footer" class="dialog-footer">
       <el-button @click="visible = false">取消</el-button>
@@ -58,7 +58,7 @@
           password: '',
           email: '',
           mobile: '',
-          safeword:'',
+          // safeword:'',
           status: 1
         },
         options:[
@@ -89,9 +89,9 @@
           password: [
           { required: true, message: '代理商重置密码不能为空', trigger: 'blur' },
           ],
-          safeword: [
-          { required: true, message: '登录人资金密码不能为空', trigger: 'blur' },
-          ],
+          // safeword: [
+          // { required: true, message: '登录人资金密码不能为空', trigger: 'blur' },
+          // ],
           // email: [
           //   { required: true, message: '邮箱不能为空', trigger: 'blur' },
           //   { validator: validateEmail, trigger: 'blur' }
@@ -128,7 +128,7 @@
               data: this.$http.adornData({
                 'id': this.id,
                 'password': encrypt(this.dataForm.password),
-                'safeword': encrypt(this.dataForm.safeword),
+                // 'safeword': encrypt(this.dataForm.safeword),
               })
             }).then(({data}) => {
               if(data.code == 0){

--
Gitblit v1.9.3