From 65494b72a7272842a3c1c07fda8b2e1a9eefeac1 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 31 十月 2023 17:02:59 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/bulletin-board-style1 into wn --- src/views/dashboard/components/ProcessInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/dashboard/components/ProcessInfo.vue b/src/views/dashboard/components/ProcessInfo.vue index a75e342..18d6995 100644 --- a/src/views/dashboard/components/ProcessInfo.vue +++ b/src/views/dashboard/components/ProcessInfo.vue @@ -20,7 +20,7 @@ <script setup lang="ts"> import { computed, toRefs } from 'vue' export interface ProcessInfoProps { - process: process + process?: process } const props = defineProps<ProcessInfoProps>() -- Gitblit v1.8.0