upadte for date selector

This commit is contained in:
Mohamed Nouffer
2021-09-02 14:32:53 +05:30
parent fc05d8ea68
commit 8f16421b59
14 changed files with 20 additions and 21 deletions

View File

@ -56,8 +56,6 @@ const TheContent = () => {
}
async function fetchUser() {
console.log(SsoSession)
console.log(SsoSession.attributes[0])
if(SsoSession.attributes[0] === undefined) {
return false;
}

View File

@ -26,6 +26,7 @@ function Uploader() {
function onClickHandler(e) {
const data = new FormData()
data.append('file', file);
console.log(file.name)
if(file.name === 'ini_工程内検査票.xlsx' || file.name === 'ini_データ入力シート.xlsx')
{
axios.post("https://fsbsso.sumasen.net/upload", data, { // receive two parameter endpoint url ,form data