diff --git a/src/views/sys/dictionary/DictionaryList.vue b/src/views/sys/dictionary/DictionaryList.vue index be9d1b4..ad7263a 100644 --- a/src/views/sys/dictionary/DictionaryList.vue +++ b/src/views/sys/dictionary/DictionaryList.vue @@ -53,7 +53,7 @@ export default { }, data () { return { - queryParam: { dictionaryName: null, dictionaryCode: null, status: null, createTime: null }, + queryParam: { dictionaryName: null, dictionaryCode: null, status: null }, selectedRowKeys: [], // 选中行的key 出选择框时需要配置 selectedRows: [], // 选中行的数据 columns: [