|
@@ -268,6 +268,7 @@ export default {
|
|
|
shareLoading: false,
|
|
|
woNo: '',
|
|
|
moveMenuList: [],
|
|
|
+ addShareType: 0,
|
|
|
excelFullScreen: false,
|
|
|
}
|
|
|
},
|
|
@@ -442,14 +443,15 @@ export default {
|
|
|
this.treeList = v;
|
|
|
},
|
|
|
//从excel页面调用来打开分享框
|
|
|
- shareExcel(excelJson, editFrom, editTo, editStatus, excelName, excelId) {
|
|
|
- console.log(excelJson, editFrom, editTo, editStatus, excelName, excelId);
|
|
|
+ shareExcel(excelJson, editFrom, editTo, editStatus, excelName, excelId, type) {
|
|
|
+ console.log(excelJson, editFrom, editTo, editStatus, excelName, excelId, type);
|
|
|
this.excelJson = excelJson;
|
|
|
this.editFrom = editFrom;
|
|
|
this.editTo = editTo;
|
|
|
this.editStatus = editStatus;
|
|
|
this.excelName = excelName;
|
|
|
this.excelId = excelId;
|
|
|
+ this.addShareType = type;
|
|
|
this.shareStatus = true;
|
|
|
},
|
|
|
//从excel页面调用来关闭excel
|