Commit b006169e authored by kevin's avatar kevin

Merge branch 'dev_mysql' of http://code.tech.tax.asia.pwcinternal.com/root/atms into dev_mysql

parents b47a09f4 42c55b25
......@@ -108,7 +108,7 @@ controller('addExistOrganizationModalController', ['$scope', '$log', '$translate
mode: "virtual"
},
keyExpr: "id",
parentIdExpr: "parentID",
// parentIdExpr: "parentID",
selection: {
mode: "multiple",
showCheckBoxesMode: "always",
......
......@@ -7,7 +7,7 @@ controller('editOrganizationModalController', ['$scope', '$log', '$translate', '
$scope.pleaseSelect = $translate.instant('PleaseSelect');
$scope.startDate = new Date(new Date().getFullYear() - 20, 1, 1);
$scope.endDate = new Date(new Date().getFullYear() + 20, 1, 1);
$scope.viewMode = days;
$scope.viewMode = 'days';
var defaultSelcectRegion = {
id: 0,
......
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