dengyu hace 4 meses
padre
commit
1e2325cd30
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/views/pro-steps/index.vue

+ 1 - 3
src/views/pro-steps/index.vue

@@ -81,10 +81,9 @@
 import OperationBar from "@/views/pro-steps/operationBar.vue";
 import { useProcessStore } from "@/store";
 import { getOpCompent } from "@/api/prosteps";
-
+defineOptions({ name: "ProSteps" });
 const store = useProcessStore();
 const key = ref(false);
-defineOptions({ name: "ProSteps" });
 const route = useRoute();
 const router = useRouter();
 const loading = ref(false);
@@ -174,7 +173,6 @@ const defaultComponents = [
 ];
 //当前路由在setpComponents中的index
 const selectIndex = ref(0);
-
 //配置data固定路由参数等
 const setStepComponents = (data) => {
   let resData = [];