|
@@ -112,6 +112,9 @@ export default {
|
|
return ''
|
|
return ''
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ groupField:{
|
|
|
|
+
|
|
|
|
+ },
|
|
customFields: {
|
|
customFields: {
|
|
type: Array,
|
|
type: Array,
|
|
default: () => {
|
|
default: () => {
|
|
@@ -191,6 +194,7 @@ export default {
|
|
searchQuery: this.oldSearchOption,//检索条件
|
|
searchQuery: this.oldSearchOption,//检索条件
|
|
customFields: this.customFields,
|
|
customFields: this.customFields,
|
|
orderDTOList: [],//排序信息
|
|
orderDTOList: [],//排序信息
|
|
|
|
+ groupField:this.groupField
|
|
}
|
|
}
|
|
await this.$api.QueryPatent(params).then(res => {
|
|
await this.$api.QueryPatent(params).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
@@ -304,6 +308,7 @@ export default {
|
|
projectId: this.projectId,
|
|
projectId: this.projectId,
|
|
searchQuery: this.oldSearchOption,//列表上方检索条件
|
|
searchQuery: this.oldSearchOption,//列表上方检索条件
|
|
customFields: this.customFields,//统计检索
|
|
customFields: this.customFields,//统计检索
|
|
|
|
+ groupField:this.groupField
|
|
},//检索内容条件
|
|
},//检索内容条件
|
|
markedFields: this.markedFields,//自定义栏位
|
|
markedFields: this.markedFields,//自定义栏位
|
|
personAssignedDTOList: this.tableData.map(item => {
|
|
personAssignedDTOList: this.tableData.map(item => {
|