Эх сурвалжийг харах

feat:延期审批对接;

zhangchong 1 жил өмнө
parent
commit
9ccda00f02

+ 1 - 0
src/components/AuditRecord/index.vue

@@ -34,6 +34,7 @@ const state = reactive<any>({
 });
 // 打开弹窗
 const openDialog = async (row: any) => {
+  console.log(row,'21')
   try {
     state.loading = true;
     // 查询审核记录

+ 3 - 3
src/components/LogicFlow/PropertySetting/index.vue

@@ -20,10 +20,10 @@
 </template>
 <script lang="ts" setup name="flowMain">
 import {reactive, ref, computed, defineAsyncComponent, unref, onMounted} from 'vue';
-import { NodeTypeEnum } from '/@/components/LogicFlow/enums';
+import { NodeTypeEnum } from '../enums';
 import {baseData} from "/@/api/system/workflow";
-const task = defineAsyncComponent(() => import('/@/components/logicFlow/propertySetting/task.vue'));
-const start = defineAsyncComponent(() => import('/@/components/logicFlow/propertySetting/start.vue'));
+const task = defineAsyncComponent(() => import('./task.vue'));
+const start = defineAsyncComponent(() => import('./start.vue'));
 const showDrawer = ref(false);  // 是否显示抽屉
 const drawerRef = ref(null);  // 抽屉ref
 let formData = reactive<any>({} as any);  // 表单数据