* [task#133223,doing,0.5h] change tip condition.

This commit is contained in:
tianshujie
2024-12-03 13:25:42 +08:00
committed by 田淑杰
parent 944e596976
commit 55ba011f2c
11 changed files with 59 additions and 46 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ window.onRenderRow = function(row, rowIdx, data)
window.onChangeExecutionType = function(event)
{
loadPage($.createLink('programplan', 'create', `projectID=${projectID}&productID=${productID}&planID=${planID}&type=` + $(event.target).val()));
loadPage($.createLink('programplan', 'create', `projectID=${projectID}&productID=${productID}&planID=${planID}&type=` + $(event.target).val() + `&from=&syncData=${syncData}`));
};
window.onChangeParallel = function(event)