|
|
@@ -1640,6 +1640,9 @@ $(document).ready(function() {
|
|
|
let selected = projTreeObj.tree.selected;
|
|
|
let projs = getProjs(selected);
|
|
|
setProjOptions(projs, selected);
|
|
|
+ //恢复成默认选中预算项目类别。
|
|
|
+ $($("input[name='valuation_type']")[0]).prop('checked', true);
|
|
|
+ $($("input[name='valuation_type']")[1]).prop('checked', false);
|
|
|
$($("input[name='valuation_type']")[0]).click();
|
|
|
//设置地区选项
|
|
|
if(regions.length > 0){
|