Ver Fonte

代理管理 代理人搜索

linweizeng há 2 anos atrás
pai
commit
686449b036
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/platform/bpmn/bpmAgent/list.vue

+ 1 - 1
src/views/platform/bpmn/bpmAgent/list.vue

@@ -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)
         },
         /**