前端接口对接
This commit is contained in:
parent
381eb348f9
commit
841e1ba784
|
|
@ -286,7 +286,6 @@ function exportData() {
|
|||
var fgsName = $("#fgsName").val();
|
||||
var proName = $("#proName").val();
|
||||
var yjId = $(window.parent.document).find("input[id='taskSourceId']").attr("stationId");
|
||||
alert(yjId)
|
||||
window.location.href = PATH_URL + `/lineProject/exportProData?token=` + token
|
||||
+ "&fgsName=" + fgsName
|
||||
+ "&proName=" + proName
|
||||
|
|
|
|||
Loading…
Reference in New Issue