石广澎
2023-12-04 d41a06bb77cca03b97eba0630d0e4dcf3557cbd4
admin-web/src/views/systemManger/server/user/index.vue
@@ -236,13 +236,21 @@
      this.$modal
        .confirm('是否确认初始化名称为"' + row.userName + '"的密码?')
        .then(function () {
          user.updPassWord(row).then((res) => {});
          user.updPassWord(row).then((res) => {
          });
        })
        .then((res) => {
          this.$message.success('初始化密码成功!');
          this.$modal
            .confirm('初始化密码成功,新密码为:123456')
            .then((res) => {
            })
            .catch(() => {
            });
          this.search();
        })
        .catch(() => {});
        .catch(() => {
        });
    },
    // 查询table列表
    search(pageNum) {