lvhao 1 день назад
Родитель
Сommit
2609b94af0
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      template/erp/fullorder_edit.html

+ 1 - 0
template/erp/fullorder_edit.html

@@ -963,6 +963,7 @@ $(document).ready(function() {
 //预加载choice 解决首次访问白屏的问题
 $.get('/choice/1');
 $.get('/choice/2');
+$('<iframe>', {src:'/choice/1', style:'display:none;width:0;height:0;'}).appendTo('body');
 
 var eid = $("select[name='express']").children("option:selected").val();
 var jsxz = '{$fullorder["js"]}';