|
@@ -447,9 +447,6 @@ class PatentinfoService extends CrudService {
|
|
assert(code, '缺少机构信息!');
|
|
assert(code, '缺少机构信息!');
|
|
const { empower_sort, ...others } = query;
|
|
const { empower_sort, ...others } = query;
|
|
const newQuery = await this.toSetQuery(others);
|
|
const newQuery = await this.toSetQuery(others);
|
|
- console.group('newQuery');
|
|
|
|
- console.log(newQuery);
|
|
|
|
- console.groupEnd();
|
|
|
|
let sort = 'desc';
|
|
let sort = 'desc';
|
|
if (empower_sort === '0') {
|
|
if (empower_sort === '0') {
|
|
sort = 'asc';
|
|
sort = 'asc';
|