소스 검색

修改数据

lvhao 6 달 전
부모
커밋
91a3d7ab08
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      template/erp/fullorder_repeat.html

+ 2 - 1
template/erp/fullorder_repeat.html

@@ -90,8 +90,9 @@ function merge() {
         type: "POST",
         type: "POST",
         dataType: "json",
         dataType: "json",
         success: function(c) {
         success: function(c) {
+            layx.destroy('loadId');
             if (c && c.success) {
             if (c && c.success) {
-				layx.destroy('loadId');
+				
 				if(c.d)
 				if(c.d)
 				{
 				{
 					 for (i = 0; i < c.d.length; i++) 
 					 for (i = 0; i < c.d.length; i++)