dangsn
2023-08-04 cda09dd092b9d0a4f98e6aaae64684ddb0a7a4f1
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',
  })
}