liuhj 9 月之前
父節點
當前提交
60a90a8e55
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/Finance/CardReconciliation.vue

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

@@ -220,6 +220,7 @@ export default {
             }).then(function (res) {
                 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);