fix hil e-contract
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -881,7 +881,7 @@ class Finder: | ... | @@ -881,7 +881,7 @@ class Finder: |
881 | line[0] = '所购 事故维修补偿方案' | 881 | line[0] = '所购 事故维修补偿方案' |
882 | filtered_lines.append(line) | 882 | filtered_lines.append(line) |
883 | 883 | ||
884 | table_add_product['words'] = lines | 884 | table_add_product['words'] = filtered_lines |
885 | table_add_product['page'] = add_product_page_num | 885 | table_add_product['page'] = add_product_page_num |
886 | table_add_product['position'] = None | 886 | table_add_product['position'] = None |
887 | return table_add_product | 887 | return table_add_product | ... | ... |
-
Please register or sign in to post a comment