|
@@ -195,6 +195,7 @@ export default {
|
|
|
this.$set(this, `technologyTotal`, res.total);
|
|
|
} else if (columnName == '技术成果') {
|
|
|
let res = await this.productList({ skip, type: '1', status: '1', name, ...info });
|
|
|
+ console.log(res.data);
|
|
|
if (this.$checkRes(res)) this.$set(this, `achieveList`, res.data);
|
|
|
this.$set(this, `achieveTotal`, res.total);
|
|
|
} else if (columnName == '商务服务') {
|