浏览代码

pssr 附件

jiangbiao 5 月之前
父节点
当前提交
dcca88394e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ui/src/views/pssr/file/index.vue

+ 1 - 1
ui/src/views/pssr/file/index.vue

@@ -54,7 +54,7 @@ export default {
         + "&forShort=" + forShort
     },
     handleRemove(file, fileList) {
-      delFile(file.fileId)
+      delFile(file.fileId||file.response.data)
     },
     handlePictureCardPreview(file) {
       this.dialogImageUrl = file.url;