|
|
@@ -81,7 +81,7 @@ define(['app/app'], function (app) {
|
|
|
$scope.sampleStore.enQQ = '';
|
|
|
|
|
|
$scope.sampleStore.enterprise = angular.copy($scope.storeInfo.enterprise);
|
|
|
- $scope.sampleStore.enterprise.address = $scope.sampleStore.enterprise.address || '暂无信息';
|
|
|
+ $scope.sampleStore.enterprise.address = $scope.sampleStore.enterprise.address;
|
|
|
qulifications = angular.copy($scope.storeInfo.qualifications);
|
|
|
$scope.sampleStore.qualifications = qulifications.filter(function (qualification) {
|
|
|
return qualification && qualification.type == 'APTITUDE';
|
|
|
@@ -165,7 +165,7 @@ define(['app/app'], function (app) {
|
|
|
$scope.sampleStore.storeName = $scope.storeInfo.storeName;
|
|
|
$scope.sampleStore.description = $scope.storeInfo.description;
|
|
|
$scope.sampleStore.enterprise = angular.copy($scope.storeInfo.enterprise);
|
|
|
- $scope.sampleStore.enterprise.address = $scope.sampleStore.enterprise.address || $scope.storeInfo.enterprise.enAddress;
|
|
|
+ $scope.sampleStore.enterprise.address = $scope.sampleStore.enterprise.address;
|
|
|
return $scope.closeEdit(module);
|
|
|
}
|
|
|
if (module == 'QUALIFICATIONS') {
|