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