dengrui před 2 týdny
rodič
revize
5b44c1fff7

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

@@ -147,6 +147,7 @@ import {
 import ProcessComponent from "./components/processComponent.vue";
 import { formOption } from "./bindConfig";
 import { ElMessage } from "element-plus";
+import { v4 as uuidv4 } from "uuid";
 const showEditStauts = ref(false);
 provide("showEditStauts", showEditStauts);
 const editStauts = ref(false);