lvhao 6 月之前
父節點
當前提交
22504d8775
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      template/erp/systemprint.html

+ 0 - 1
template/erp/systemprint.html

@@ -123,7 +123,6 @@ window.onload = function() {
     setTimeout(function(){ wprinter.printer()},1000);
     setTimeout(function(){
         let h = $("select[name='printer']").html()
-        alert(h)
         $("select[name='fp_printer']").html(h)
     },1100)
 };