- {{historySeeForm.actualCloseTime}}
+ {{historySeeForm.actualCloseTime ? historySeeForm.actualCloseTime.substring(0, 11) : '-'}}
@@ -566,6 +566,7 @@ export default {
this.$nextTick(() => {
const arr = []
let questionType = []
+ if (this.historySeeForm.quesType){
questionType = this.historySeeForm.quesType.split(',')
questionType.map((item) => {
this.optionList.map((opr) => {
@@ -576,6 +577,7 @@ export default {
})
})
this.historySeeForm.quesType = arr.toString()
+ }
})
},
// 分页事件