Browse Source

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

洪海涛 4 năm trước cách đây
mục cha
commit
8690608ef2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 })
     }
   }
 }