Browse Source

fix 问题

luogang 2 tháng trước cách đây
mục cha
commit
75a53c15ea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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('报告导出成功');
           }
         }