feat: 🚀 查询条件关联关系处理
This commit is contained in:
@@ -63,6 +63,11 @@ export const useTable = (
|
||||
state.totalParam.subscriber_name = state.totalParam?.subscriber_name.replace(/[,,]/g, ",");
|
||||
}
|
||||
}
|
||||
if (routeName === "foundationSetWarehouse") {
|
||||
if (Array.isArray(state.totalParam?.use_org_number) && state.totalParam?.use_org_number?.length) {
|
||||
state.totalParam.use_org_number = state.totalParam.use_org_number.join(",");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//删除临时参数和空值参数
|
||||
|
||||
Reference in New Issue
Block a user