删除测试封装搜索组件字段

This commit is contained in:
QuAoLi 2022-03-28 09:59:53 +08:00
parent c635366a0b
commit 140c6aa98f
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ export default {
}, },
data () { data () {
return { return {
queryParam: { dictionaryName: null, dictionaryCode: null, status: null, createTime: null }, queryParam: { dictionaryName: null, dictionaryCode: null },
selectedRowKeys: [], // key selectedRowKeys: [], // key
selectedRows: [], // selectedRows: [], //
columns: [ columns: [
@ -70,7 +70,6 @@ export default {
}, },
computed: { computed: {
queryOptions: function () { queryOptions: function () {
const list = [{ 'value': 1, 'name': '类型1' }, { 'value': 2, 'name': '类型2' }]
return [ return [
{ type: 'input', placeholder: '词典名称', key: 'dictionaryName' } { type: 'input', placeholder: '词典名称', key: 'dictionaryName' }
] ]