From c384e04f81caf681647c602d5896cc10b289582e Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 27 二月 2026 14:59:16 +0800
Subject: [PATCH] 经销商管理
---
admin/src/components/business/ResetPwdShopWindow.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/src/components/business/ResetPwdShopWindow.vue b/admin/src/components/business/ResetPwdShopWindow.vue
index f216366..cfb9e80 100644
--- a/admin/src/components/business/ResetPwdShopWindow.vue
+++ b/admin/src/components/business/ResetPwdShopWindow.vue
@@ -6,7 +6,7 @@
title="閲嶇疆瀵嗙爜"
@confirm="confirm"
>
- <p class="tip" v-if="user != null">涓虹粡閿�鍟� <em>{{shop.realname}}</em> 閲嶇疆瀵嗙爜</p>
+ <p class="tip" v-if="shop != null">涓虹粡閿�鍟� <em>{{shop.realname}}</em> 閲嶇疆瀵嗙爜</p>
<el-form :model="form" ref="form" :rules="rules">
<el-form-item label="鏂板瘑鐮�" prop="password" required>
<el-input v-model="form.password" type="password" placeholder="璇疯緭鍏ユ柊瀵嗙爜" maxlength="30" show-password></el-input>
@@ -55,7 +55,7 @@
}
this.isWorking = true
resetPwd({
- id: this.user.id,
+ id: this.shop.id,
password: this.form.password
})
.then(() => {
--
Gitblit v1.9.3