@@ -2659,9 +2659,13 @@ export default {
code='lar_node_type'//征拆
}else if(type===2){
code='trial_node_type'//试验
- }else{
+ } else if(type===3){
+ code='meter_node_type'//计量
+ }
+ else{
code='wbs_node_type'//质检
}
+
getDictionary({
code
// code: type === 2 ? "trial_node_type" : "wbs_node_type",