fix : 修复上传两个文件之后删除一个文件报错问题,分摊研发人员clearable, 修复表格更新项目时间展示问题

This commit is contained in:
2024-09-08 20:51:11 +08:00
parent 09cef9de33
commit 3c6a8bedc2
4 changed files with 29 additions and 22 deletions

View File

@@ -232,7 +232,8 @@ const searchConfig = reactive([
prop: 'researchPersonnel',
component: 'el-input',
props: {
placeholder: '请输入研发人员查询'
placeholder: '请输入研发人员查询',
clearable: true,
}
},
{