su
su1124
2023-09-14 312e207ed418e190949f0c5f4eedda50fa40f360
src/views/system/user/index.vue
@@ -942,7 +942,6 @@
    getDeptTree() {
      deptTreeSelect().then((response) => {
        this.deptOptions = response.data;
        console.log(this.deptOptions);
      });
    },
    // 筛选节点
@@ -1111,7 +1110,6 @@
    },
    /** 重置密码按钮操作 */
    handleResetPwd(row) {
      console.log(row);
      this.dialogVisible1 = true;
      this.row = row;
      // this.$prompt('请输入"' + row.userName + '"的新密码', "提示", {
@@ -1136,7 +1134,6 @@
        userId:this.row.userId,
      }
      resetUserPwd(data).then(res=>{
        console.log(res);
        if(res.code == 200){
          this.$modal.msgSuccess("修改成功");
          this.dialogVisible1 = false;