Parcourir la source

在线文档-市场-问题处理

fan il y a 2 ans
Parent
commit
1a78552fd3
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      src/pages/main/onlineExcelMarket/index.vue

+ 4 - 2
src/pages/main/onlineExcelMarket/index.vue

@@ -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