Compare commits

..

No commits in common. "a766318e20ce71cc66003cf0c8c597c9a6e82090" and "c8219bd7eea2122a028f3530a10bc08f60c06cd4" have entirely different histories.

2 changed files with 8 additions and 0 deletions

View File

@ -80,6 +80,9 @@ export default {
tableData: [], tableData: [],
tableProps, tableProps,
drawerVisible: false, drawerVisible: false,
listQuery: {
reportType: 2,
},
formConfig: [ formConfig: [
{ {
type: 'select', type: 'select',
@ -92,6 +95,7 @@ export default {
], ],
param: 'reportType', param: 'reportType',
filterable: true, filterable: true,
defaultSelect: 2, //
clearable: false, clearable: false,
}, },
{ {

View File

@ -79,6 +79,9 @@ export default {
tableData: [], tableData: [],
tableProps, tableProps,
drawerVisible: false, drawerVisible: false,
listQuery: {
reportType: 2,
},
formConfig: [ formConfig: [
{ {
type: 'select', type: 'select',
@ -91,6 +94,7 @@ export default {
], ],
param: 'reportType', param: 'reportType',
filterable: true, filterable: true,
defaultSelect: 2, //
clearable: false, clearable: false,
}, },
{ {