|
@@ -358,6 +358,7 @@ $(document).ready(() => {
|
|
|
select.msg_spread = materialCol.getValue.msg_spread(select);
|
|
|
select.m_spread = materialCol.getValue.m_spread(select);
|
|
|
select.m_tp = materialCol.getValue.m_tp(select);
|
|
|
+ delete select.waitingLoading;
|
|
|
|
|
|
// console.log(select);
|
|
|
|
|
@@ -389,6 +390,7 @@ $(document).ready(() => {
|
|
|
info.sheet.endEdit(true);
|
|
|
}
|
|
|
select.is_summary = info.sheet.getValue(info.row, info.col) ? 1 : 0;
|
|
|
+ delete select.waitingLoading;
|
|
|
// 更新至服务器
|
|
|
postData(window.location.pathname + '/save', { type:'update', updateData: select }, function (result) {
|
|
|
m_tp = result.m_tp;
|