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