stock/create.jsp
StockController.java
StockMapper.xml
This commit is contained in:
sungsu
2024-01-22 10:26:52 +09:00
parent 3cb86ba7b3
commit ba94f72e5e
3 changed files with 2 additions and 8 deletions

View File

@@ -105,10 +105,8 @@
}
function showSearchModals2(title, val){
var product_id = $("#product_id").val();
$("#searchModalLabel").text(title);
const data = { name : val,
product_id :product_id};
const data = { name : val};
$.ajax({
type : 'post', // 타입 (get, post, put 등등)