liuhj 9 달 전
부모
커밋
f79b7e5e31
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/Finance/CardReconciliation.vue

+ 0 - 1
src/components/Finance/CardReconciliation.vue

@@ -221,7 +221,6 @@ export default {
                 if (res.data.code == 200) {
                     that.$message.success(res.data.msg);
                     window.open(res.data.data.url)
-                    that.fileList = []
                 } else {
                     that.$message.error(res.data.msg);
                 }