|
@@ -136,7 +136,7 @@ Couple.getDataRow = function(h,i){//创建表格下的行放数据库循环数
|
|
|
if(confirm("确定删除这一行嘛?")){
|
|
if(confirm("确定删除这一行嘛?")){
|
|
|
this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);
|
|
this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);
|
|
|
}
|
|
}
|
|
|
- U.A.Request("http://cd.1473.cn/net",["db.1473.cn", "UseStudio_FeedBack", "DeleteCouple",h.CoupleId],function (r){})
|
|
|
|
|
|
|
+ U.A.Request("http://cd.1473.cn/net",["db.1473.cn", "UseStudio_FeedBack", "DeleteCouple",h.FeedbackId],function (r){})
|
|
|
}
|
|
}
|
|
|
delCell.appendChild(btnDel);
|
|
delCell.appendChild(btnDel);
|
|
|
return row;
|
|
return row;
|