mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
fix : 가격조사 완료후 페이지이동 하지 않기
This commit is contained in:
@@ -168,10 +168,8 @@ const onChangeFinal = async () => {
|
||||
res = await putSurveyPrcsNo(params.prcsNo)
|
||||
if (res.request.status === 200) {
|
||||
notyf.primary('가격조사 완료 되었습니다.')
|
||||
router.push({path: '/app/contractManagement'})
|
||||
}
|
||||
} catch (e) {
|
||||
console.log('error')
|
||||
notyf.error(e.message)
|
||||
} finally {
|
||||
loading.value = false
|
||||
@@ -408,8 +406,8 @@ function minAmtCalc (est) {
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<slot name="status"
|
||||
v-if="params.stCd == '0200'"
|
||||
>
|
||||
v-if="params.stCd === '0200'&& params.svyYn">
|
||||
<!-- v-if="params.stCd === '0200' && params.svyYn=true"-->
|
||||
<div>
|
||||
<VButton
|
||||
color="info"
|
||||
|
||||
Reference in New Issue
Block a user