el-select-area icon indicating copy to clipboard operation
el-select-area copied to clipboard

与 el-data-table 一起使用出现奇怪的问题

Open shoyuf opened this issue 6 years ago • 0 comments

Describe the bug

Q1

使用如下配置el-data-table导致页面时正常时报错(刷新后规律地一次正常一次报错)

searchForm: [
          {
            $id: 'area',
            $type: 'select-area',
            label: '加盟区域',
            $default: [],
          },
        ]

加入inputFormat或outputFormat任一个就正常了

Q2

el-data-table 执行查询刷新页面后 URL query 保存了搜索参数,但相应的省市区没有选中

Screenshots

error-screenshot

To Reproduce

仓库 的DEMO - el-data-table

environment information

  • Version [e.g. 22] "@femessage/el-data-table": "^1.15.1", "@femessage/el-select-area": "^2.1.2",

shoyuf avatar Dec 05 '19 02:12 shoyuf