angular心得體會(一)

一、日期格式化
var today = new Date();
$scope.currentDate = $filter('date')(today, 'yyyy-MM-dd');
console.info( $scope.currentDate);
二、頁面傳值
$state.go("main.merchantCenterIndex.productCancellationApplication",{"productDetail":null});api

三、下載
window.open(ApiPath.api.downloadFile + '?fileId=' + eachList.fileId);it

四、請求後臺服務io

productCancellationInfoServ.submitCancel($scope.productDto).then(
function(answer){
angular.alert("提交審覈成功!");
$state.go("main.merchantCenterIndex.productCancellationApplication",{});
},function(error){
angular.alert("提交失敗!");
}
);console

相關文章
相關標籤/搜索