Commit e6299184 authored by Administrator's avatar Administrator

push

parent 2289ce65
......@@ -10,10 +10,10 @@ app.controller('addFailedCardCtrl', ['$scope', '$rootScope', '$http', '$state',
$rootScope.showH5 = 0;
$scope.createInputs = function () {
console.log("---查询废证制证类型---")
// HttpService.getFailedType(function(data) {
// $scope.failedTypeList = data.respData;
// console.log($scope.failedTypeList)
// })
HttpService.getFailedType(function(data) {
$scope.failedTypeList = data.respData;
console.log($scope.failedTypeList)
})
for (var i=0;i<10;i++){
document.getElementById(i).style.display = 'none';
document.getElementById(i).style.marginBottom = '10px';
......
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