Explorar el Código

1.工艺路线修改bug。

jiaxiaoqiang hace 1 año
padre
commit
2f92fe7b73
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/base/craftManagement/route/bindProcess.vue

+ 1 - 1
src/views/base/craftManagement/route/bindProcess.vue

@@ -182,7 +182,7 @@ const loadTreeData = () => {
 };
 
 // 中间列表====================
-const list2 = ref < any > [];
+const list2 = ref([]);
 const selectIndex = ref(-1);
 
 const clickFlowItem = (item, index) => {