From 90b911dc30523c8511a8fb15695e1e78d1cce151 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 06 九月 2022 08:41:44 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/tableData2.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/tableData2.js b/src/main/webapp/static/js/tableData2.js index 0433562..6d789d4 100644 --- a/src/main/webapp/static/js/tableData2.js +++ b/src/main/webapp/static/js/tableData2.js @@ -36,10 +36,12 @@ $.ajax({ url: baseurl + '/pms/flowStatus/list/auth', type: 'GET', - data: {}, + data: { + 'is_asrs':0 + }, success: function (res) { - - } + console.log(res); + } }) for (var i = 0; i < proData.length; i++) { var str = "<th class='xiangmu'>" + proData[i] + "</th>" -- Gitblit v1.9.1