浏览代码

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

wangshan 4 年之前
父节点
当前提交
4fcafbf170
共有 1 个文件被更改,包括 2 次插入0 次删除
  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();
     });