This commit is contained in:
cwchen 2024-11-11 17:12:56 +08:00
parent b42c591427
commit b378004b78
1 changed files with 1 additions and 1 deletions

View File

@ -161,5 +161,5 @@ function numToChinese(num) {
// 查看需求计划
function openDetail() {
openIframeByParamObj2("view_plan", "需求计划", "../../../page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", objParam);
openIframeByParamObj("view_plan", "需求计划", "../../../page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", objParam);
}