Commit eb8b31ab authored by chase's avatar chase

merge 档案管理

parent 7581899c
...@@ -1660,6 +1660,9 @@ taxDocumentManageModule.directive('pdfPreview', function () { ...@@ -1660,6 +1660,9 @@ taxDocumentManageModule.directive('pdfPreview', function () {
return array; return array;
} }
$scope.closePdfPop = function () { $scope.closePdfPop = function () {
//canvas高度被重设,实现画布清空
canvas.height=canvas.height;
//隐藏窗体
container.style.display = "none"; container.style.display = "none";
}; };
$scope.prevPaging = function () { $scope.prevPaging = function () {
......
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