🌐 AI搜索 & 代理 主页
Skip to content

Commit cc16030

Browse files
authored
Update table-provider.spec.js
1 parent 0b34913 commit cc16030

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/table/table-provider.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ describe('table > provider functions', () => {
341341

342342
// Change the filter criteria child property, but not the object reference
343343
filter.a = '456'
344+
wrapper.setProps({
345+
filter: filter
346+
})
344347

345348
await waitNT(wrapper.vm)
346349
await waitNT(wrapper.vm)

0 commit comments

Comments
 (0)