|
@@ -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);
|