cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js
@@ -52,8 +52,9 @@ * 关闭此对话框 */ TCarInfoDlg.close = function() { parent.layer.close(window.parent.TCompetition.layerIndex); parent.layer.close(window.parent.TPointProducts.layerIndex); } /** * 收集数据 @@ -144,7 +145,7 @@ console.log(e); var row = $(e).closest('tr'); var value = row.find('#id').val(); TCarInfoDlg.storeIds.splice(TCarInfoDlg.storeIds.indexOf(value), 1) TCarInfoDlg.storeIds.splice(TCarInfoDlg.storeIds.indexOf(parseInt(value)), 1) $(e).parent().parent().remove(); console.log('storeIds',TCarInfoDlg.storeIds) }