Commit f6d05123 authored by gary's avatar gary

1、fixbug

parent e1fe75cf
...@@ -358,7 +358,7 @@ webservices.factory('commonWebService', ['$http', 'apiConfig', 'loginContext', ' ...@@ -358,7 +358,7 @@ webservices.factory('commonWebService', ['$http', 'apiConfig', 'loginContext', '
}, },
_index :function (data) { _index :function (data) {
var index = 1; var index = 1;
for(var i of data){ for(var i in data){
i.index = index; i.index = index;
index++; index++;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment