Skip to content

Commit

Permalink
加入异步查询条件
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 15, 2019
1 parent 130dc88 commit f8cb5a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/CrudTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default {
{
SearchKey: '',
SearchValue: '',
SearchOperator: '',
},
],
},
Expand All @@ -128,8 +129,8 @@ export default {
console.log(val)
this.listQuery.searchArr[0].SearchKey = val.searchKey
this.listQuery.searchArr[0].SearchValue = val.searchValue
this.fetchData(this.listQuery);
this.listQuery.searchArr[0].SearchOperator = '='
this.Refresh()
},
},
},
Expand Down

0 comments on commit f8cb5a2

Please sign in to comment.