상세 테스트 문구 제거

This commit is contained in:
basssy 2025-01-22 19:00:44 +09:00
parent d16929e6fa
commit 70477b12f1

View File

@ -1405,6 +1405,7 @@ export default function StuffDetail() {
.then((res) => {
setIsGlobalLoading(true)
// console.log('!!', managementState)
if (res.status === 201) {
setIsGlobalLoading(false)
setFloorPlanObjectNo({ floorPlanObjectNo: res.data.objectNo })
@ -1412,6 +1413,7 @@ export default function StuffDetail() {
text: getMessage('stuff.detail.save'),
type: 'alert',
confirmFn: () => {
// setManagementState({ ...managementState, params })
router.push(`/management/stuff/detail?objectNo=${res.data.objectNo.toString()}`, { scroll: false })
},
})
@ -2484,7 +2486,6 @@ export default function StuffDetail() {
<td>
<div className="flx-box">
<div className="select-wrap mr5" style={{ width: '567px' }}>
상세
<Select
id="long-value-select2"
instanceId="long-value-select2"