Skip to content

Commit 116c7fd

Browse files
[fix]知识图谱query params review by qiw
1 parent c02de97 commit 116c7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/iServer/KnowledgeGraphService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class KnowledgeGraphService extends CommonServiceBase {
4343
query(params, callback) {
4444
const paramKey = 'cypherQuery';
4545
const url = Util.urlAppend(this.url + '/query.json', `${paramKey}=${params}`);
46-
this.processAsync({ url, params, method: 'GET', callback });
46+
this.processAsync({ url, method: 'GET', callback });
4747
}
4848

4949
// /**

0 commit comments

Comments
 (0)