Browse Source

Merge remote-tracking branch 'origin/daily_0.4.4' into daily_0.4.4

洪海涛 4 years ago
parent
commit
8690608ef2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/workbench/components/searchSection.vue

+ 1 - 1
src/views/workbench/components/searchSection.vue

@@ -263,7 +263,7 @@ export default {
     },
     updateParent() { // 刷新父组件数据
       this.$emit('change')
-      this.$emit('update:value', this.filtrate)
+      this.$emit('update:value', { ...this.filtrate })
     }
   }
 }