Browse Source

pc端数据导出 采购单位和中标单位 重复异常

wangshan 4 years ago
parent
commit
4fcafbf170
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/web/templates/pc/dataExport_sieve.html

+ 2 - 0
src/web/templates/pc/dataExport_sieve.html

@@ -1750,10 +1750,12 @@
         InfoArr.clear(InfoArr.arr);
         //buyer
         $("#inputDel_1").find("div[data-arr='inputDel_1']").remove();
+        window['inputDel_1'] = [];
         $("#addBuyer").hide();
         $("#buyerInput").show();
         //winner
         $("#inputDel_2").find("div[data-arr='inputDel_2']").remove();
+        window['inputDel_2'] = [];
         $("#addWinner").hide();
         $("#winnerInput").show();
     });