|
@@ -2140,10 +2140,10 @@ function tableDataRemake(changeListData) {
|
|
|
}
|
|
|
}
|
|
|
if(updateList.length > 0) {
|
|
|
- console.log(updateList);
|
|
|
- // postData(window.location.pathname + '/save', { type:'update_list', updateData: updateList }, function (result) {
|
|
|
- // }, function () {
|
|
|
- // });
|
|
|
+ // console.log(updateList);
|
|
|
+ postData(window.location.pathname + '/save', { type:'update_list', updateData: updateList }, function (result) {
|
|
|
+ }, function () {
|
|
|
+ });
|
|
|
}
|
|
|
if(removeList.length > 0) {
|
|
|
_.pullAll(changeList, removeList);
|