fix : 修复上传两个文件之后删除一个文件报错问题,分摊研发人员clearable, 修复表格更新项目时间展示问题
This commit is contained in:
@@ -232,7 +232,8 @@ const searchConfig = reactive([
|
||||
prop: 'researchPersonnel',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入研发人员查询'
|
||||
placeholder: '请输入研发人员查询',
|
||||
clearable: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user