heyujie
2021-06-25 ba1b4ed726f84ad45a52c355510ab2cc55356de0
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -689,6 +689,7 @@
    toggleFollow(data) {
      data.IsFollow == "0" ? (data.IsFollow = "1") : (data.IsFollow = "0");
      updateFollow({
        id : data.id,
        IsFollow: data.IsFollow,
      }).then((res) => {
        this.$notify({