Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

表格关键字查询bug #7

Open
yearyeardiff opened this issue Mar 22, 2019 · 1 comment
Open

表格关键字查询bug #7

yearyeardiff opened this issue Mar 22, 2019 · 1 comment

Comments

@yearyeardiff
Copy link

场景:
如下页面:
image
当我输入:zch时,筛选失败,如下:
image
表格报文格式:

{
  "code": 200,
  "data": [
    {
      "id": 5,
      "name": "giraffe-client-user-case",
      "remark": null,
      "envs": [
        {
          "id": 1,
          "name": "dev",
          "registryAddress": "http://10.t.tt.t:7001/eureka,http://10.t.t.t:7001/eureka",
          "configServerName": "giraffe-config-server-dev",
          "contextPath": ""
        }
      ],
      "labels": [
        {
          "id": 5,
          "name": "master"
        }
      ],
      "group": {
        "id": 1,
        "code": "ARCHITECTURE_DEV",
        "groupName": "架构开发组",
        "groupOwner": "tt",
        "ownerEmail": null,
        "ownerMobile": null
      }
    },
    {
      "id": 22,
      "name": "giraffe-admin-server",
      "remark": "",
      "envs": [
        {
          "id": 1,
          "name": "dev",
          "registryAddress": "http://10.t.tt.t:7001/eureka,http://10.t.tt.t:7001/eureka",
          "configServerName": "giraffe-config-server-dev",
          "contextPath": ""
        },
        {
          "id": 2,
          "name": "zch",
          "registryAddress": "http://10.t.ttt.t:7001/eureka,http://10.t.ttt.t:7001/eureka",
          "configServerName": "giraffe-config-server-zch",
          "contextPath": ""
        }
      ],
      "labels": [
        {
          "id": 27,
          "name": "master"
        }
      ],
      "group": {
        "id": 1,
        "code": "ARCHITECTURE_DEV",
        "groupName": "架构开发组",
        "groupOwner": "tt",
        "ownerEmail": null,
        "ownerMobile": null
      }
    }
  ]
}
@yearyeardiff
Copy link
Author

改成如下即可:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant