mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 13:42:52 +08:00
save
This commit is contained in:
@@ -240,7 +240,19 @@ export default {
|
||||
this.$el.querySelector('#active').scrollIntoView(true)
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
computed:{
|
||||
isupdateAnswerType(){
|
||||
return this.$store.state.updateAnswerType
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
isupdateAnswerType(newVal,oldVal){
|
||||
console.log(newVal,'newVal');
|
||||
console.log(oldVal,'oldVal');
|
||||
this.$store.state.updateAnswerType = newVal
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user