소스 검색

fix 问题

luogang 2 달 전
부모
커밋
75a53c15ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plus-ui-ts/src/views/index.vue

+ 1 - 1
plus-ui-ts/src/views/index.vue

@@ -842,7 +842,7 @@ const htmlToPdfFn = async () => {
           console.log(percent);
           if (percent == 100) {
             downLoading.value = false;
-            proxy?.updateConfigByKey('report_seq', reportSeq.value++);
+            proxy?.updateConfigByKey('report_seq', reportSeq.value + 1);
             proxy?.$modal.msgSuccess('报告导出成功');
           }
         }