|
@@ -2618,6 +2618,7 @@ export default {
|
|
|
|
|
|
getNodeTypelist () {
|
|
|
const type = this.wbsType
|
|
|
+ console.log(this.nodeTypelist,'this.nodeTypelist');
|
|
|
if (this.nodeTypelist.length > 1) {
|
|
|
return;
|
|
|
}
|
|
@@ -2628,11 +2629,14 @@ export default {
|
|
|
code='trial_node_type'//试验
|
|
|
}
|
|
|
else if(type===3){
|
|
|
- code='trial_node_type'//计量
|
|
|
- }
|
|
|
- {
|
|
|
- code='wbs_node_type'//质检
|
|
|
+ code='meter_node_type'//计量
|
|
|
}
|
|
|
+ else if(type===1){
|
|
|
+ {
|
|
|
+ code='wbs_node_type'//质检
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
getDictionary({
|
|
|
code
|
|
|
// code: type === 2 ? 'trial_node_type':'wbs_node_type'
|