|
@@ -270,7 +270,7 @@ export default {
|
|
|
async searchInfo({ skip = 0, limit = 10, columnName, name, ...info } = {}) {
|
|
|
if (name) info.name = name;
|
|
|
if (columnName == '技术成果') {
|
|
|
- let res = await this.productList({ skip, limit, type: '1', status: '1', ...info });
|
|
|
+ let res = await this.productList({ skip, type: '1', status: '1', ...info });
|
|
|
if (this.$checkRes(res)) this.$set(this, `priAchieve`, res.data);
|
|
|
this.$set(this, `priAchieveTotal`, res.total);
|
|
|
this.$set(this, `achieveList`, res.data);
|