fix : 修复上传费用输入框垂直居中、台账时间搜索
This commit is contained in:
@@ -37,17 +37,6 @@ const schema = computed(() => {
|
||||
})
|
||||
const baseForm = ref()
|
||||
const searchConfig = reactive([
|
||||
{
|
||||
label: '项目名称',
|
||||
prop: 'projectName',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入项目名称查询',
|
||||
clearable: true,
|
||||
filterable: true,
|
||||
checkStrictly: true
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '时间',
|
||||
prop: 'time',
|
||||
@@ -79,7 +68,7 @@ const searchConfig = reactive([
|
||||
clearable: true,
|
||||
filterable: true,
|
||||
checkStrictly: true,
|
||||
cacheKey: 'research_stage',
|
||||
cacheKey: 'fee_stage',
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -194,7 +183,6 @@ const handleUploadFee = () => {
|
||||
}
|
||||
|
||||
const search = (val) => {
|
||||
console.log('val', val)
|
||||
tableConfig.params = {...val, projectId: route.query.id}
|
||||
tableIns.value.refresh()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user