|
@@ -671,7 +671,7 @@ $(document).ready(() => {
|
|
|
info.sheet.setValue(info.row, info.col, 1);
|
|
|
return
|
|
|
} else {
|
|
|
- postData('/tender/' + window.location.pathname.split('/')[2] + '/change/' + window.location.pathname.split('/')[4] + '/information/save', {type: 'del-change-list', ids: [cInfo.id], postData: null }, function (result) {
|
|
|
+ postData('/tender/' + window.location.pathname.split('/')[2] + '/change/' + window.location.pathname.split('/')[4] + '/information/save', {type: 'del-change-list', ids: [cInfo.id] }, function (result) {
|
|
|
changeList = result.changeList;
|
|
|
select.is_change = 0;
|
|
|
}, function () {
|
|
@@ -1830,7 +1830,7 @@ $(document).ready(() => {
|
|
|
info.sheet.setValue(info.row, info.col, 1);
|
|
|
return
|
|
|
} else {
|
|
|
- postData('/tender/' + window.location.pathname.split('/')[2] + '/change/' + window.location.pathname.split('/')[4] + '/information/save', {type: 'del-change-list', ids: [cInfo.id], postData: null }, function (result) {
|
|
|
+ postData('/tender/' + window.location.pathname.split('/')[2] + '/change/' + window.location.pathname.split('/')[4] + '/information/save', {type: 'del-change-list', ids: [cInfo.id] }, function (result) {
|
|
|
changeList = result.changeList;
|
|
|
select.is_change = 0;
|
|
|
// 判断是否只剩一个,并同步去勾
|