|
@@ -141,7 +141,6 @@
|
|
}
|
|
}
|
|
const listData = async (dataIndex,value)=> {
|
|
const listData = async (dataIndex,value)=> {
|
|
props.param.content.where.tablefilter = {}
|
|
props.param.content.where.tablefilter = {}
|
|
- console.log(propsColumns.value)
|
|
|
|
propsColumns.value.forEach((e)=>{
|
|
propsColumns.value.forEach((e)=>{
|
|
e.value?props.param.content.where.tablefilter[e.dataIndex] = e.value:''
|
|
e.value?props.param.content.where.tablefilter[e.dataIndex] = e.value:''
|
|
})
|
|
})
|