From ae74235d8d7776d4db335c460529c929b0c00eb7 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 07 四月 2022 15:26:38 +0800 Subject: [PATCH] # --- static/js/utils/DataShow.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/static/js/utils/DataShow.js b/static/js/utils/DataShow.js index a96c23f..0902ffc 100644 --- a/static/js/utils/DataShow.js +++ b/static/js/utils/DataShow.js @@ -8,8 +8,14 @@ let htmlText=''; switch (type) { case 'locNo': - htmlText+='<p>搴撲綅缂栧彿锛�'+ this.uuid +'</p>'; - + htmlText += '<p>搴撲綅缂栧彿锛�'+ this.uuid +'</p>'; + $.ajax({ + url: top.baseUrl + '/three/query/loc/detl/v1?locNo=' + this.uuid, + type: "GET", + success: function (res) { + console.log(res); + } + }) break case "wrkNo": htmlText+='<p>浠诲姟缂栧彿锛�'+ this.uuid +'</p>'; -- Gitblit v1.9.1