2 Commits c7b2cd8fc2 ... cadfcaaacf

Author SHA1 Message Date
  maopixin cadfcaaacf Merge branch 'master' of http://101.36.160.140:21044/depot-tianjin/depot-web-tianjin 2 years ago
  maopixin 99bb0b4510 fix: update 2 years ago

+ 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 20
 		GrainAnalysisService.getInfo(id).then(function(data) {
21 21
 			console.log(data);
22 22
 			$scope.form = data
23
+
24
+			$scope.temperature = data.tTestdata
23 25
 		}, function(data){
24 26
 			console.log(data);
25 27
 		})