From 4c21e56efdf3acfcd560055fca0969d4868e200c Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 07 四月 2022 16:39:05 +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