mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 01:12:30 +09:00
fix : 가격조사 완료후 페이지이동 하지 않기
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user