post2 ajax post - controller return값 fn_coupon_reload() 메서드를 호출하고 싶은데 delBarcode.do 에서 404 오류가 떠서 호출이 안되고 있었음 . function fn_delete_barcode(id){ $("#barcodeId").val(id); if(confirm("해당 상품권을 삭제하시겠습니까?")){ $.post('', $("#frm").serialize()) .done(function(data) { fn_coupon_reload() }) .fail(function(jqXHR, textStatus, errorThrown) { if (jqXHR.status === 404) { console.error("오류 발생:", textStatus, .. 2024. 11. 7. [React] + express + mariadb /post insert 하기 inputComp.js 추가할 input 값 App.js 로 넘겨주기 import '../css/InputComp.css'; import { Component } from 'react'; class InputComp extends Component{ constructor(props){ super(props) this.state={ id:'', todo:'' } } addTodoList=()=>{ alert('추가(InputComp)') // const {id} = this.props+1 const {id} = this.props.id+1 // alert('추가할 id ' + this.props+1) alert('추가할 id ' + id) const{todo} = this.state this.props.a.. 2023. 7. 8. 이전 1 다음 728x90