liuhj hace 9 meses
padre
commit
f79b7e5e31
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
                 }