|
@@ -1020,7 +1020,7 @@
|
|
|
var area=$("#chooseArea").find("option:selected").text();
|
|
var area=$("#chooseArea").find("option:selected").text();
|
|
|
//得到被选中的状态下拉框文本值
|
|
//得到被选中的状态下拉框文本值
|
|
|
var status=$("#chooseStatus").find("option:selected").text();
|
|
var status=$("#chooseStatus").find("option:selected").text();
|
|
|
- window.location.href="http://localhost:8084?area="+area+"&&status="+status;
|
|
|
|
|
|
|
+ window.location.href="http://lj.ubtob.com/index?area="+area+"&&status="+status;
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
//项目状态下拉框查询项目
|
|
//项目状态下拉框查询项目
|