luogang 2 mesiacov pred
rodič
commit
75a53c15ea
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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('报告导出成功');
           }
         }