浏览代码

bug修改

dengrui 2 周之前
父节点
当前提交
5b44c1fff7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/base/craftManagement/route/bindProcess.vue

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