@@ -431,6 +431,9 @@ export default {
dialogFormVisible (val) {
this.resetForm()
val || (this.active = 0)
+ if (val) {
+ this.$api.post('/question/addUsedVideo')
+ }
this.type && this.getScore(this.info.id)
}