增加
This commit is contained in:
3
main.py
3
main.py
@@ -96,8 +96,7 @@ def create_new_row():
|
|||||||
session.commit()
|
session.commit()
|
||||||
session.refresh(new_db_obj)
|
session.refresh(new_db_obj)
|
||||||
logger.debug(f"{BatchDataRead.from_orm(new_db_obj)=}")
|
logger.debug(f"{BatchDataRead.from_orm(new_db_obj)=}")
|
||||||
# st.session_state.data_table.append(BatchDataRead.from_orm(new_db_obj).dict())
|
st.session_state.data_table.append(BatchDataRead.from_orm(new_db_obj).dict())
|
||||||
st.session_state.data_table = get_data_from_db()
|
|
||||||
|
|
||||||
|
|
||||||
with left_col:
|
with left_col:
|
||||||
|
|||||||
Reference in New Issue
Block a user