liuhairui hace 1 año
padre
commit
30b5e04991
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/view/DecisionSupport/Processwaste.vue

+ 2 - 0
src/view/DecisionSupport/Processwaste.vue

@@ -107,6 +107,8 @@ const handleNodeClick = (node) => {
 	// console.log(`周数:${week}`);
 	_GXReghtList(year,week)
   } else {
+	  console.log(node.label);
+	  _GXReghtList(node.label)
 	console.log("点击的是父节点,非具体周数节点");
   }
 };