From 9030b583f70dfbde4cce656d6066ea1e2388db75 Mon Sep 17 00:00:00 2001 From: Yjhon Date: Mon, 28 Mar 2022 10:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/dictionary/DictionaryList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [