dangsn
2023-08-24 260d5e5294da879f7fcf7f93e7379f8b990a0ce7
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',
  })
}