shizhong hace 1 año
padre
commit
4d4c2a3bf9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/system/user/index.vue

+ 1 - 0
src/views/system/user/index.vue

@@ -429,6 +429,7 @@ const submitForm = async () => {
           message.success(t('common.createSuccess'))
         } else {
           loading.value = true
+          delete data.password
           await UserApi.updateUserApi(data)
           message.success(t('common.updateSuccess'))
         }