fix : 修复表格更新数据回显,新增征集提示框

This commit is contained in:
2024-06-29 15:39:42 +08:00
parent 3efcc1d039
commit 38e9c1d1e5
5 changed files with 28 additions and 18 deletions

View File

@@ -283,9 +283,9 @@ const headBtnClick = (key) => {
const search = (val) => {
let obj = {...val}
if (obj.time) {
obj.startTime = obj.time[0]
obj.endTime = obj.time[1]
if (obj.dateValue) {
obj.startTime = obj.dateValue[0]
obj.endTime = obj.dateValue[1]
delete obj.dateValue
}
tableConfig.params = obj