ludc
2023-10-20 782540f8ba18e4cf6e56f94b2b97c5b5afa17c9f
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',
  })
}