From 03421f49b51b92f675d0bd0cae9d0ba341001b92 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 22 六月 2022 10:50:03 +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