Commit 4c0c243b by ddx

dd

parent d91ab967
......@@ -22,6 +22,7 @@ function queryPageList() {
var taxLoginName = $("#taxLoginName").val();
var tokenEndDate = $("#tokenEndDate").val();
var tokenStartDate = $("#tokenStartDate").val();
var requestType = $("#requestType").val();
$('#queryTaxUserTable').bootstrapTable({
url: 'jxSample/management/query/real/token/page', //接口地址
method: 'post',
......@@ -39,6 +40,7 @@ function queryPageList() {
taxLoginName: taxLoginName,
reqDateStart: tokenStartDate,
reqDateEnd: tokenEndDate,
requestType: requestType,
taxno: taxno
};
return param;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment