var formData = new FormData(); console.log(scope.event.is_active); formData.append('is_active', scope.event.is_active);. In the server I receive false and ...
確定! 回上一頁