qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
ac3bb2aad7

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