浏览代码

feat: 格式化

luoyali 1 年之前
父节点
当前提交
aba498a6ef
共有 2 个文件被更改,包括 1 次插入12 次删除
  1. 1 1
      src/views/approve/approved/index.vue
  2. 0 11
      src/views/approve/pendingApproval/detail.vue

+ 1 - 1
src/views/approve/approved/index.vue

@@ -52,7 +52,7 @@
 import { processTaskPageApprovedApi } from '@/api/flow/processTask'
 import { nextTick, ref, watch } from 'vue'
 import { useTablePage } from '@/hooks/useTablePage'
-import {format_milliseconds} from "@/utils";
+import { format_milliseconds } from '@/utils'
 import MessageDetail from './detail.vue'
 import { useRoute } from 'vue-router'
 const route = useRoute()

+ 0 - 11
src/views/approve/pendingApproval/detail.vue

@@ -87,17 +87,6 @@
 					</el-dropdown>
 				</div>
 			</template>
-
-			<LeFormConfigDialog
-				v-if="visible"
-				ref="dialogCommentRef"
-				v-model="visible"
-				title="评论审批"
-				width="600px"
-				:form-data="activeData"
-				:form-options="formOptions"
-				@submit="submitHandler"
-			/>
 		</el-drawer>
 	</div>
 </template>