jwyu 3 年之前
父节点
当前提交
da206a015d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages-approve/contract/search.vue

+ 1 - 1
pages-approve/contract/search.vue

@@ -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){