|
@@ -3242,7 +3242,9 @@ define([ 'app/app', 'jquery-uploadify' ], function(app) {
|
|
|
id: material.id
|
|
id: material.id
|
|
|
}, function(data) {
|
|
}, function(data) {
|
|
|
$scope.resultDatalistArray[material.id] = normalChangeArr(data)
|
|
$scope.resultDatalistArray[material.id] = normalChangeArr(data)
|
|
|
- $scope.resultDatalist = $scope.resultDatalistArray[material.id].arr
|
|
|
|
|
|
|
+ console.log(data)
|
|
|
|
|
+ $scope.resultDatalist = data
|
|
|
|
|
+ // $scope.resultDatalist = $scope.resultDatalistArray[material.id].arr
|
|
|
$scope.linearLength = $scope.resultDatalistArray[material.id].headlength
|
|
$scope.linearLength = $scope.resultDatalistArray[material.id].headlength
|
|
|
})
|
|
})
|
|
|
// }
|
|
// }
|