$http.post('CheckReport/地點列表', { 活動項目id: 8 }
).then(function (result) {
$scope.telLocations = result.data;
}).catch(function (data) {
if (data.status != '') alert(data.statusText);
else alert('發生錯誤,請重新整理頁面後再試一次');
console.log(data.data);
});
沒有留言:
張貼留言