|
@@ -584,6 +584,8 @@ export default {
|
|
|
},
|
|
|
// 选择表格结束
|
|
|
endSelection() {
|
|
|
+ // 只有添加图标弹窗弹起时有效
|
|
|
+ if(!this.isShowAddChart) return
|
|
|
if(this.disabled) return
|
|
|
console.log('结束选择');
|
|
|
// console.log(this.selectedCells);
|
|
@@ -838,8 +840,9 @@ export default {
|
|
|
async saveChildSheet(type){
|
|
|
console.log('执行保存表格操作');
|
|
|
const item=this.sheetOpts.filter(e=>e.ExcelInfoId===this.activeSheetId)[0]
|
|
|
- console.log(item);
|
|
|
- console.log(this.sheetOpts,this.activeSheetId);
|
|
|
+ // console.log(item);
|
|
|
+ // console.log(this.sheetOpts,this.activeSheetId);
|
|
|
+ if(!this.activeSheetId) return
|
|
|
const params={
|
|
|
ExcelInfoId:this.activeSheetId,
|
|
|
ExcelName: item.ExcelName,
|