Compare commits

..

No commits in common. "c9a53b71591a5dd67c00356d4d128d2a8bca0dfe" and "b82901271ddfb031fc31257cfc79b67f2f0a6eff" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ export default function Stuff() {
if (event.column.colId === 'objectNo') { if (event.column.colId === 'objectNo') {
return return
} else { } else {
//T S //T R
if (event.data.objectNo) { if (event.data.objectNo) {
setIsGlobalLoading(true) setIsGlobalLoading(true)
if (event.data.tempFlg === '0') { if (event.data.tempFlg === '0') {

View File

@ -54,7 +54,7 @@ export default function StuffDetail() {
const { get, promiseGet, del, promisePost, promisePut } = useAxios(globalLocaleState) const { get, promiseGet, del, promisePost, promisePut } = useAxios(globalLocaleState)
//form //form
const formInitValue = { const formInitValue = {
// T...() S...() // T...() R...()
planReqNo: '', //No planReqNo: '', //No
receiveUser: session?.userNm, // receiveUser: session?.userNm, //
objectStatusId: '0', //(:0 : 1) objectStatusId: '0', //(:0 : 1)