fix : 가격조사 완료후 페이지이동 하지 않기

This commit is contained in:
Yesol Choi
2025-06-02 14:43:47 +09:00
parent b184bdd886
commit 24023b258d

View File

@@ -168,10 +168,8 @@ const onChangeFinal = async () => {
res = await putSurveyPrcsNo(params.prcsNo) res = await putSurveyPrcsNo(params.prcsNo)
if (res.request.status === 200) { if (res.request.status === 200) {
notyf.primary('가격조사 완료 되었습니다.') notyf.primary('가격조사 완료 되었습니다.')
router.push({path: '/app/contractManagement'})
} }
} catch (e) { } catch (e) {
console.log('error')
notyf.error(e.message) notyf.error(e.message)
} finally { } finally {
loading.value = false loading.value = false
@@ -408,8 +406,8 @@ function minAmtCalc (est) {
</td> </td>
<td colspan="3"> <td colspan="3">
<slot name="status" <slot name="status"
v-if="params.stCd == '0200'" v-if="params.stCd === '0200'&& params.svyYn">
> <!-- v-if="params.stCd === '0200' && params.svyYn=true"-->
<div> <div>
<VButton <VButton
color="info" color="info"