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