瀏覽代碼

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('报告导出成功');
           }
         }