@@ -62,7 +62,7 @@
async getList() {
const res=await apiContractList({
CurrentIndex:this.page,
- KeyWord:this.keyword
+ Keyword:this.keyword
})
if(res.code===200){
if(res.data.Paging.IsEnd){