人生啊人生 hace 3 meses
padre
commit
66d7357f4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      user_web/src/view/admin/ManageUser.vue

+ 1 - 1
user_web/src/view/admin/ManageUser.vue

@@ -844,7 +844,7 @@ const btnDetail = (res, type) => {
             state.value.showDetails = true;
         }
         else if (type == 'pwd') {
-
+            state.value.showUpdatePwd = true;
         }
         
     }).catch(error => {