0885697e by yangjianbin

init

1 parent 21f3c7fa
...@@ -116,7 +116,6 @@ ...@@ -116,7 +116,6 @@
116 } 116 }
117 setTimeout(function () { 117 setTimeout(function () {
118 if (!data.code) { 118 if (!data.code) {
119 table.fnDraw();
120 layer_close(); 119 layer_close();
121 } 120 }
122 }, 500); 121 }, 500);
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
146 title: '资料转移', 146 title: '资料转移',
147 icon: 3 147 icon: 3
148 }, function(){ 148 }, function(){
149 var targetUrl = 'flow/confirm2NextStatus'; 149 var targetUrl = 'flow/confirm2NextStatus' + "<?=$id?>";;
150 var data = { 150 var data = {
151 "opinion": "", 151 "opinion": "",
152 "orderStatus": "<?=$applyOrderVO->status?>" 152 "orderStatus": "<?=$applyOrderVO->status?>"
...@@ -168,7 +168,6 @@ ...@@ -168,7 +168,6 @@
168 } 168 }
169 setTimeout(function () { 169 setTimeout(function () {
170 if (!data.code) { 170 if (!data.code) {
171 table.fnDraw();
172 layer_close(); 171 layer_close();
173 } 172 }
174 }, 500); 173 }, 500);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!