新增概算信息校验优化

master
hanbo 2022-01-18 18:00:34 +08:00
parent 422b067676
commit ba8d8b4427
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@
setTimeout(function () {
$("#saveApprove").attr('disabled', false);
}, 5000);
$("#pmsForm").attr("action","${base}/project/estimateAddSave");
$("#pmsForm").attr("action","${base}/project/estimateAddSaveAndApprove");
$("#pmsForm").submit();
});
});