2 커밋 c7b2cd8fc2 ... cadfcaaacf

작성자 SHA1 메시지 날짜
  maopixin cadfcaaacf Merge branch 'master' of http://101.36.160.140:21044/depot-tianjin/depot-web-tianjin 3 년 전
  maopixin 99bb0b4510 fix: update 3 년 전
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/resources/static/app/storage/foodstuffAnalysis/controller/weekDetailCtrl.js

+ 2 - 0
src/main/resources/static/app/storage/foodstuffAnalysis/controller/weekDetailCtrl.js

@@ -20,6 +20,8 @@ angular.module('app.storage').controller("weekDetailCtrl", function ($scope, $ro
20
 		GrainAnalysisService.getInfo(id).then(function(data) {
20
 		GrainAnalysisService.getInfo(id).then(function(data) {
21
 			console.log(data);
21
 			console.log(data);
22
 			$scope.form = data
22
 			$scope.form = data
23
+
24
+			$scope.temperature = data.tTestdata
23
 		}, function(data){
25
 		}, function(data){
24
 			console.log(data);
26
 			console.log(data);
25
 		})
27
 		})