|
@@ -15,7 +15,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div style="max-width:calc(100% - 620px)">
|
|
|
- <p><span>条件:</span>{{ searchData.condition }}</p>
|
|
|
+ <p><span>条件:</span>{{ searchData.searchCondition }}</p>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-button type="primary" size="small" @click="importToProject">导入专利</el-button>
|
|
@@ -228,7 +228,7 @@ export default {
|
|
|
async getList() {
|
|
|
let queryParams = JSON.parse(JSON.stringify(this.queryParams));
|
|
|
var params = {
|
|
|
- CurrentQuery: this.searchData.condition, //检索式
|
|
|
+ CurrentQuery: this.searchData.searchCondition, //检索式
|
|
|
DBType: this.searchData.DBType, //”CN”或”WD”,表示检索中文库或世界库
|
|
|
PageNum: this.queryParams.current, //页码(最多 200 页)
|
|
|
RowCount: this.queryParams.size, //每页返回条数(最多 50 条)
|