- + {{ 添加筛选条件 }}
+ + 添加筛选条件
@@ -299,15 +297,18 @@ const resetSelect = (val) => {
}
// 范围改变
const actionSelect = (val)=>{
+ console.log(val)
if(val.action=='isNull'|| val.action == 'isNotNull'|| val.action == 'isStr'|| val.action == 'isNotStr'){
val.disabled = true
}else{
val.disabled = false
}
- // val.value1 = undefined
+ val.value1 =''
+ val.value = ''
// nextTick(()=>{
- // val.value1 =[]
+ // val.value1 =''
// val.value = ''
+ // console.log(val)
// })
}