|
|
|
@ -572,6 +572,7 @@ define(['angular', 'jquery', 'uiRouter', './monitoring/analysis-monitoring'],
|
|
|
|
data: {file: file}
|
|
|
|
data: {file: file}
|
|
|
|
}).then(function (resp) {
|
|
|
|
}).then(function (resp) {
|
|
|
|
urls.push(resp.data.url);
|
|
|
|
urls.push(resp.data.url);
|
|
|
|
|
|
|
|
delete $scope.riskMaterial.material[index].fileProgressValue;
|
|
|
|
}, function (resp) {
|
|
|
|
}, function (resp) {
|
|
|
|
delete $scope.riskMaterial.material[index].fileProgressValue;
|
|
|
|
delete $scope.riskMaterial.material[index].fileProgressValue;
|
|
|
|
alert('Upload Failed');
|
|
|
|
alert('Upload Failed');
|
|
|
|
|