mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 04:36:44 +08:00
save
This commit is contained in:
@@ -650,7 +650,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
this.$store.commit('updateAnswerType', false )
|
// this.$store.commit('updateAnswerType', false )
|
||||||
let res = await getOrderDetail({ orderNo: localStorage.orderNo })
|
let res = await getOrderDetail({ orderNo: localStorage.orderNo })
|
||||||
this.$toast.loading({
|
this.$toast.loading({
|
||||||
duration: 0, // 持续展示 toast
|
duration: 0, // 持续展示 toast
|
||||||
@@ -677,8 +677,8 @@ export default {
|
|||||||
// on close
|
// on close
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
|
let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
|
||||||
this.$store.commit('updateAnswerType', updateAnswerType )
|
this.$store.commit('updateAnswerType', updateAnswerType )
|
||||||
this.appntDTO = res.orderDTO.appntDTO
|
this.appntDTO = res.orderDTO.appntDTO
|
||||||
this.orderInfoDTO = res.orderDTO.orderInfoDTO
|
this.orderInfoDTO = res.orderDTO.orderInfoDTO
|
||||||
//如果是从编辑进来的
|
//如果是从编辑进来的
|
||||||
|
|||||||
Reference in New Issue
Block a user