|
|
@@ -390,7 +390,8 @@ export default {
|
|
|
const params = {
|
|
|
pageNum: this.opportunityPagination.pageNum,
|
|
|
pageSize: this.opportunityPagination.pageSize,
|
|
|
- keyword: this.opportunitySearchForm.keyword
|
|
|
+ keyword: this.opportunitySearchForm.keyword,
|
|
|
+ unassociated: true
|
|
|
};
|
|
|
getOpportunityList(params).then(response => {
|
|
|
this.opportunityList = response.rows
|