字典修改
This commit is contained in:
parent
f9508aa776
commit
9030b583f7
|
@ -53,7 +53,7 @@ export default {
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
queryParam: { dictionaryName: null, dictionaryCode: null, status: null, createTime: null },
|
queryParam: { dictionaryName: null, dictionaryCode: null, status: null },
|
||||||
selectedRowKeys: [], // 选中行的key 出选择框时需要配置
|
selectedRowKeys: [], // 选中行的key 出选择框时需要配置
|
||||||
selectedRows: [], // 选中行的数据
|
selectedRows: [], // 选中行的数据
|
||||||
columns: [
|
columns: [
|
||||||
|
|
Loading…
Reference in New Issue