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' } ]