fix : 修复话务配置管理搜索功能
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user