@@ -138,7 +138,7 @@ export default {
*/
getSearcFormData() {
const params = this.$refs['crud'] ? this.$refs['crud'].getSearcFormData() : {}
- params['Q^DELEGATOR_ID_^S'] = this.searchDelegatorId
+ params['Q^AGENTER_ID_^S'] = this.searchDelegatorId
return ActionUtils.formatParams(params, this.pagination, this.sorts)
},
/**