|
@@ -98,7 +98,7 @@ const tabsClick = ({ key }) => {
|
|
|
|
|
|
//搜索条件
|
|
//搜索条件
|
|
const searchForm = ref({
|
|
const searchForm = ref({
|
|
- selectedType: 1, typeValue: '', statusValue: '', batchValue: '', queryValue: '', startTimeValue: '', endTimeValue: '',
|
|
|
|
|
|
+ selectedType: 1, typeValue: '', statusValue: '4', batchValue: '', queryValue: '', startTimeValue: '', endTimeValue: '',
|
|
current: 1, size: 100, total: 0,
|
|
current: 1, size: 100, total: 0,
|
|
})
|
|
})
|
|
|
|
|