diff --git a/dangan-ui/src/views/dangan/retrieval/index.vue b/dangan-ui/src/views/dangan/retrieval/index.vue index 244deb3..f5b8504 100644 --- a/dangan-ui/src/views/dangan/retrieval/index.vue +++ b/dangan-ui/src/views/dangan/retrieval/index.vue @@ -509,7 +509,7 @@ export default { qParams: { pageNum: 1, pageSize: 10, - name: null, + wName: null, }, total: 0 }, @@ -599,7 +599,7 @@ export default { // 一胎证明 if(this.checkList.indexOf('option6') !== -1){ this.option6.open = true - this.option6.qParams.name = this.keyword + this.option6.qParams.wName = this.keyword this.option6Query() } @@ -660,7 +660,7 @@ export default { this.option3.name = null; this.option4.name = null; this.option5.name1 = null; - this.option6.name = null; + this.option6.wName = null; this.option7.name = null; this.option8.name = null; this.option9.name = null; diff --git a/dangan-ui/src/views/index.vue b/dangan-ui/src/views/index.vue index 244deb3..f5b8504 100644 --- a/dangan-ui/src/views/index.vue +++ b/dangan-ui/src/views/index.vue @@ -509,7 +509,7 @@ export default { qParams: { pageNum: 1, pageSize: 10, - name: null, + wName: null, }, total: 0 }, @@ -599,7 +599,7 @@ export default { // 一胎证明 if(this.checkList.indexOf('option6') !== -1){ this.option6.open = true - this.option6.qParams.name = this.keyword + this.option6.qParams.wName = this.keyword this.option6Query() } @@ -660,7 +660,7 @@ export default { this.option3.name = null; this.option4.name = null; this.option5.name1 = null; - this.option6.name = null; + this.option6.wName = null; this.option7.name = null; this.option8.name = null; this.option9.name = null;