|
@@ -1328,7 +1328,7 @@ $(document).ready(function () {
|
|
|
}
|
|
|
console.log(prop);
|
|
|
postData('/tender/' + cur_tenderid + '/shenpi/audit/save', prop, function (data) {
|
|
|
- const flow = findSplc(code);
|
|
|
+ // const flow = findSplc(code);
|
|
|
const index = flow.groupList.findIndex(x => { return x.id === group.id; });
|
|
|
flow.groupList.splice(index, 1);
|
|
|
flow.auditGroupList = flow.groupList.length > 0 ? flow.groupList[0].auditGroupList : [];
|