ludc
2023-07-31 e5a1e54e645787d01e531e9821ca7a1e7ef23293
Source/UBCS-WEB/src/api/system/passwords.js
@@ -49,3 +49,10 @@
    }
  })
}
export const combination = () => {
  return request({
    url: '/api/ubcs-system/combination/select',
    method: 'get',
  })
}