Commit 40d97bbc authored by liboyang's avatar liboyang

添加证件校验表单

parent 96be5c0e
......@@ -69,6 +69,7 @@ angular.module('AvatarCheck.xmlAndSearch', ['ngRoute', 'AvatarCheck.http', 'tm.p
HttpService.uploadPackage(fd,function (data) {
if(data){
MessageService.showAlert("上传成功")
$scope.getXmlPackage();
}
})
}
......@@ -106,7 +107,9 @@ angular.module('AvatarCheck.xmlAndSearch', ['ngRoute', 'AvatarCheck.http', 'tm.p
$scope.importDate =uploadDate;
$scope.confirmDelete = function () {
HttpService.deleteProdDataByFileId(uploadDate, function (data) {
MessageService.showAlert(data.msg);
if(data){
MessageService.showAlert("删除成功");
}
$scope.closeThisDialog();
reGet();
})
......
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