|
@@ -361,7 +361,7 @@
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
- util.ajaxJson("正在加载中", ctx + '/market/cOnlineExcel/checkExcelEmpty', {
|
|
|
+ util.ajaxJson(null, ctx + '/market/cOnlineExcel/checkExcelEmpty', {
|
|
|
data: excelData,
|
|
|
}, function (data) {
|
|
|
if (data.result == 1) {
|
|
@@ -370,7 +370,7 @@
|
|
|
type: 'error'
|
|
|
});
|
|
|
} else {
|
|
|
- util.ajaxJson("正在加载中", ctx + urlsave, {
|
|
|
+ util.ajaxJson(null, ctx + urlsave, {
|
|
|
data: excelData,
|
|
|
id: excelId,
|
|
|
editConStart: editFrom,
|
|
@@ -384,17 +384,17 @@
|
|
|
type: 'error'
|
|
|
})
|
|
|
} else {
|
|
|
- window.top.$vm.$message({
|
|
|
- message: '自动保存成功',
|
|
|
- type: 'info'
|
|
|
- });
|
|
|
+ // window.top.$vm.$message({
|
|
|
+ // message: '自动保存成功',
|
|
|
+ // type: 'info'
|
|
|
+ // });
|
|
|
//console.log(data);
|
|
|
//getData()
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
- }, 60000)
|
|
|
+ }, 15000)
|
|
|
}
|
|
|
if (excelInfo.shareStatus == '1') {
|
|
|
$("#editTo").attr('disabled', true);
|