key码列表默认填充状态
This commit is contained in:
parent
8229476356
commit
abf371b86c
|
@ -2,7 +2,7 @@
|
|||
* @Author: Wind
|
||||
* @Date: 2022-07-25 10:53:41
|
||||
* @LastEditors: Wind
|
||||
* @LastEditTime: 2022-08-10 15:01:18
|
||||
* @LastEditTime: 2022-08-10 15:12:44
|
||||
* @Description:key列表查询组件
|
||||
* @FilePath: \frontend\src\components\keysFind\index.jsx
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@ function init() {
|
|||
date: [],
|
||||
reseller: '',
|
||||
plan: '',
|
||||
state: '',
|
||||
state: { key: 0, text: '全部' },
|
||||
key: ''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue