|
|
@@ -190,8 +190,8 @@ angular.module('app.business')
|
|
190
|
190
|
});
|
|
191
|
191
|
|
|
192
|
192
|
// 编辑页面获取审核列表列表
|
|
193
|
|
- var btype = 0; // 月报表,1是周报表
|
|
194
|
|
- reportWeeklyService.getAuditList(2,1).then(function(res) {
|
|
|
193
|
+ var btype = 0; // 月报表:1;周报表:0
|
|
|
194
|
+ reportWeeklyService.getAuditList(2,0).then(function(res) {
|
|
195
|
195
|
$scope.auditList = res
|
|
196
|
196
|
// console.log(res,'res 获取审核列表成功')
|
|
197
|
197
|
// console.log($scope.auditList,'auditList')
|