From 140c6aa98f956faa390cacbf5b9302bf2913cd57 Mon Sep 17 00:00:00 2001 From: QuAoLi Date: Mon, 28 Mar 2022 09:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E5=B0=81?= =?UTF-8?q?=E8=A3=85=E6=90=9C=E7=B4=A2=E7=BB=84=E4=BB=B6=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/dictionary/DictionaryList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/sys/dictionary/DictionaryList.vue b/src/views/sys/dictionary/DictionaryList.vue index be9d1b4..8cc12ea 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 }, selectedRowKeys: [], // 选中行的key 出选择框时需要配置 selectedRows: [], // 选中行的数据 columns: [ @@ -70,7 +70,6 @@ export default { }, computed: { queryOptions: function () { - const list = [{ 'value': 1, 'name': '类型1' }, { 'value': 2, 'name': '类型2' }] return [ { type: 'input', placeholder: '词典名称', key: 'dictionaryName' } ]