|
@@ -139,10 +139,10 @@ export default {
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, `techolList`, res.data);
|
|
|
}
|
|
|
- res = await this.declareQuery({ skip, limit: 6, is_cashing: '1', ...info });
|
|
|
- if (this.$checkRes(res)) {
|
|
|
- this.$set(this, `declareList`, res.data);
|
|
|
- }
|
|
|
+ // res = await this.declareQuery({ skip, limit: 6, is_cashing: '1', ...info });
|
|
|
+ // if (this.$checkRes(res)) {
|
|
|
+ // this.$set(this, `declareList`, res.data);
|
|
|
+ // }
|
|
|
// 专利交易公告
|
|
|
res = await this.patenttransQuery({ skip, limit: 5, status: '4', ...info });
|
|
|
if (this.$checkRes(res)) {
|