更改

跳到导航 跳到搜索
添加5字节 、 2021年7月4日 (日) 14:32
无编辑摘要
第28行: 第28行:  
             if r.printouts[prop] then
 
             if r.printouts[prop] then
 
                 for k, t in ipairs(r.printouts[prop]) do
 
                 for k, t in ipairs(r.printouts[prop]) do
                     table.insert(p_values, t.fulltext)
+
                     table.insert(p_values, t.fulltext or t)
 
                 end
 
                 end
 
             end
 
             end

导航菜单