fix : 修复话务配置管理搜索功能

This commit is contained in:
2024-09-16 21:25:18 +08:00
parent 8b8a6a8bd5
commit 8811172d1e
2 changed files with 4 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ const phoneTrafficTableConfig = reactive({
]
})
const searchPhoneTraffic = (val) => {
let obj = {...val}
let obj = {...val,extraConfigType:extraConfigType.value}
if (obj.dateValue) {
obj.startTime = obj.dateValue[0]
obj.endTime = obj.dateValue[1]