待我审核页面与项目列表页同步
parent
211b7fc91a
commit
5bcadaeb27
|
@ -429,13 +429,13 @@
|
|||
$("#submit-btn").on("click", function () {
|
||||
$("#pageNumber").val(1);
|
||||
setKeywords();
|
||||
$("#listForm").attr("action","${base}/project/list");
|
||||
$("#listForm").attr("action","${base}/project/listApprove");
|
||||
$("#listForm").submit();
|
||||
});
|
||||
|
||||
$("#submit-btn-export").on("click", function () {
|
||||
setKeywords();
|
||||
$("#listForm").attr("action","${base}/project/export");
|
||||
$("#listForm").attr("action","${base}/project/exportApprove");
|
||||
$("#listForm").submit();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue