key码列表默认填充状态

This commit is contained in:
wangsongsole 2022-08-10 15:14:33 +08:00
parent 8229476356
commit abf371b86c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: Wind * @Author: Wind
* @Date: 2022-07-25 10:53:41 * @Date: 2022-07-25 10:53:41
* @LastEditors: Wind * @LastEditors: Wind
* @LastEditTime: 2022-08-10 15:01:18 * @LastEditTime: 2022-08-10 15:12:44
* @Description:key列表查询组件 * @Description:key列表查询组件
* @FilePath: \frontend\src\components\keysFind\index.jsx * @FilePath: \frontend\src\components\keysFind\index.jsx
*/ */
@ -32,7 +32,7 @@ function init() {
date: [], date: [],
reseller: '', reseller: '',
plan: '', plan: '',
state: '', state: { key: 0, text: '全部' },
key: '' key: ''
} }
} }