廖井涛
8 天以前 a660db06773007b1be690e0674829c00a57aeb7b
north-glass-erp/northglass-erp/src/hook/index.js
@@ -8,7 +8,7 @@
// 筛选函数
const filterChanged = ({ option, row, column }) => {
    if (option.data) {
    if (option && option.data) {
        if(column.field.indexOf('.')>-1){
            let  array = column.field.split('.')