소스 검색

修改主营产品字段

wangcz 7 년 전
부모
커밋
ed367d3291
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_store_apply_ctrl.js

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_store_apply_ctrl.js

@@ -447,7 +447,7 @@ define(['app/app', 'jquery-uploadify'], function (app) {
 				}
 				}
 
 
 				$scope.storeApply.brands = brands;
 				$scope.storeApply.brands = brands;
-				$scope.storeApply.description = $scope.description
+				$scope.storeApply.applyDescription = $scope.description
 				console.log(brands);
 				console.log(brands);
 				console.log($scope.storeApply);
 				console.log($scope.storeApply);
 				submitApplyInfo();
 				submitApplyInfo();