doum
14 小时以前 c384e04f81caf681647c602d5896cc10b289582e
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(() => {