From 4c43d7b83b97815d8c48526b4edbd993d28e07bf Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 28 二月 2023 13:40:33 +0800 Subject: [PATCH] # --- static/js/utils/DataShow.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/static/js/utils/DataShow.js b/static/js/utils/DataShow.js index 17176b5..2ad810e 100644 --- a/static/js/utils/DataShow.js +++ b/static/js/utils/DataShow.js @@ -39,6 +39,7 @@ $.ajax({ url: top.baseUrl + '/three/query/wrk/detl/v1?wrkNo=' + this.uuid, type: "GET", + async: false, success: function (res) { if (res.code === 200) { let data = res.data; -- Gitblit v1.9.1