Commit c49240e5 authored by liboyang's avatar liboyang

打印封条

parent 2bf9cf32
...@@ -337,7 +337,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule']) ...@@ -337,7 +337,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
updateReceiptList:function(id,success) { updateReceiptList:function(id,success) {
$http({ $http({
method: 'GET', method: 'GET',
url: "../LogApi/selectNewFileLogCount"+urlTimeStamp(), url: "../ReceiptApi/updateReceiptList"+urlTimeStamp(),
params:{ params:{
receiptId:id, receiptId:id,
checkName:$rootScope.loginData.name checkName:$rootScope.loginData.name
......
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