FEMessage / FEMessage/el-select-area
与 el-data-table 一起使用出现奇怪的问题
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
### Q1
使用如下配置el-data-table导致页面时正常时报错(刷新后规律地一次正常一次报错)
```js
searchForm: [
{
$id: 'area',
$type: 'select-area',
label: '加盟区域',
$default: [],
},
]
```
加入inputFormat或outputFormat任一个就正常了
### Q2
el-data-table 执行查询刷新页面后 URL query 保存了搜索参数,但相应的省市区没有选中
## Screenshots

## To Reproduce
见[仓库](https://github.com/shoyuf/el-select-area) 的DEMO - el-data-table
## environment information
- Version [e.g. 22]
"@femessage/el-data-table": "^1.15.1",
"@femessage/el-select-area": "^2.1.2",
Contributor guide
Assessment
This issue has not been assessed yet.