ludc
2023-06-25 dbe1b807e2a0e4aaa37277b69c50dd69dc42dda2
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',
  })
}