Browse Source

修改 已办,我的申请 详情显示错误.
文件上传回显时无文件的错误

xiao-xx 4 years ago
parent
commit
9812f2e04d

+ 10 - 0
src/views/system/actform/fawen/iWebOffice.vue

@@ -84,12 +84,15 @@
             0xdbdbdb,
             0xdbdbdb,
             0x000000)) {
+            // alert("插件皮肤发生错误,请新打开!");
             this.msgError("插件皮肤发生错误,请新打开!");
+
             // this.msgSuccess(this.webOfficeObj.Status);
           }    //设置控件皮肤
 
           if (this.webOfficeObj.WebOpen()) {
             this.msgSuccess(this.webOfficeObj.Status);
+
           }
           // if (this.webOfficeObj.WebOpen2(this.webOfficeObj.FileName)) {
           //     alert(webOfficeObj.Status);
@@ -107,6 +110,13 @@
           console.log(e.description);
         }
       },
+      closeWindow()
+      {
+        top.window.opener = top; top.window.open('','_self','');
+        top.window.close();
+      },
+
+
 
       //设置页面中的状态值
       StatusMsg(mValue) {

+ 2 - 3
src/views/system/actform/fawen/write1.vue

@@ -452,8 +452,8 @@
           this.form = response.data;
           this.fileData.filePath = this.form.content==""?"/profile/doc/NewCreate.doc":this.form.content;
           this.fileData.user = this.form.user;
+          if (response.data.accessory!=""){
           var files= response.data.accessory.split(",")
-          alert(files.length)
           for (var i=0;i<files.length;i++){
             var fiellist={
               "name":files[i].substring(files[i].lastIndexOf("/")+1,files[i].length),
@@ -461,6 +461,7 @@
             }
             this.upload.oldFileList.push(fiellist)
           }
+          }
 
         });
       },
@@ -475,8 +476,6 @@
         this.contentOpen = true;
       },
 
-
-
       // 取消按钮
       cancel() {
         this.$emit('getList');

File diff suppressed because it is too large
+ 1 - 1
static/iweboffice/iWebOffice2015.js