Compare commits
No commits in common. "a766318e20ce71cc66003cf0c8c597c9a6e82090" and "c8219bd7eea2122a028f3530a10bc08f60c06cd4" have entirely different histories.
a766318e20
...
c8219bd7ee
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user