From 417e33605dda0f28366a1d6e13c41198a156e3a7 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 27 二月 2026 16:33:54 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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