diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 94cef87..006f5c0 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -6671,6 +6671,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
var systemList = $rootScope.CommonData.DACommonData.BodySystems.Item;
//var systemListHtml = ''
+ $('#bodySystems').empty();
var $all = $('').appendTo('#bodySystems');
$compile($all)($scope);
@@ -6706,7 +6707,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
// var TermTextList = [];
// var TermTextList = [];
-
+ $('#termList').empty();
$scope.loadListManger();