Parcourir la source

fix: 报告编辑 bug

32197351@qq.com il y a 2 ans
Parent
commit
23f2a01fe7

+ 5 - 9
itdmWeb/src/views/module-iTDM/baogao/modules/wordEdit.vue

@@ -36,21 +36,17 @@
         queryById: '/baogao/itdmBaogao/wordById',
         config: {
           document: {
-            fileType: "docx",
-            key: "1685240820786",
-            title: "1685240820786.docx",
-            url: "http://192.168.1.14:8080/itdmServer/word/1685240820786.docx",
-            referenceData: {
-              "fileKey": "1685240820786",
-              "instanceId": "http://192.168.1.14:8080/itdmServer/word/1685240820786.docx"
-            },
+            fileType: "",
+            key: "",
+            title: "",
+            url: "",
           },
           documentType: "word",
           width: "100%",
           height: "600px",
           editorConfig: {
             lang:'zh',
-            callbackUrl: "http://192.168.1.14:8080/itdmServer/word/save"
+            callbackUrl: ""
           }
         },
 

+ 5 - 9
itdmWeb/src/views/module-iTDM/moban/modules/wordEdit.vue

@@ -36,21 +36,17 @@
         queryById: '/moban/itdmMoban/wordById',
         config: {
           document: {
-            fileType: "docx",
-            key: "1685240820786",
-            title: "1685240820786.docx",
-            url: "http://192.168.1.14:8080/itdmServer/word/1685240820786.docx",
-            referenceData: {
-              "fileKey": "1685240820786",
-              "instanceId": "http://192.168.1.14:8080/itdmServer/word/1685240820786.docx"
-            },
+            fileType: "",
+            key: "",
+            title: "",
+            url: "",
           },
           documentType: "word",
           width: "100%",
           height: "600px",
           editorConfig: {
             lang:'zh',
-            callbackUrl: "http://192.168.1.14:8080/itdmServer/word/save"
+            callbackUrl: ""
           }
         },