去除打印

This commit is contained in:
2023-08-04 11:13:19 +08:00
parent 87e6fdf8e9
commit ccb8845245
10 changed files with 14 additions and 68 deletions

View File

@@ -208,8 +208,6 @@ let setSeachConditions = (type, data, second = null) => {
if (second) {
seachAllType[second.type] = second.id
}
// console.log('seachAllType', seachAllType)
// return
getDataList(seachAllType)
}