浏览代码

修改展示埋点

noob 4 年之前
父节点
当前提交
1019b99e12
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/candidateManage/resume.vue

+ 3 - 0
src/views/candidateManage/resume.vue

@@ -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)
     }
   }