Commit 0a860f1a authored by eddie.woo's avatar eddie.woo

fix bug

parent 1653e3be
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
.success(function (res) { .success(function (res) {
if (res && 0 === res.code) { if (res && 0 === res.code) {
$scope.selectOrgList = res.data; $scope.selectOrgList = res.data;
$scope.refreshConfigGrid();
}else { }else {
SweetAlert.error($translate.instant('RevenueGetOrgError')); SweetAlert.error($translate.instant('RevenueGetOrgError'));
} }
...@@ -275,7 +276,7 @@ ...@@ -275,7 +276,7 @@
function init() { function init() {
getMyOrgList(); getMyOrgList();
$scope.refreshConfigGrid();
} }
init() init()
......
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