From 035ed99b835281a3c0ccd51367981049f0f58e2c Mon Sep 17 00:00:00 2001 From: DAIYU0531 <3219450583@qq.com> Date: Wed, 27 Mar 2024 11:19:23 +0800 Subject: [PATCH] fix From --- .../src/pages/hotfix/components/EditReleasedHotfixForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx b/sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx index 34c36177..9fce2bc7 100644 --- a/sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx +++ b/sysom_web/src/pages/hotfix/components/EditReleasedHotfixForm.jsx @@ -70,7 +70,7 @@ const EditReleasedHotfixForm = (props) => { }} options={[ { label: '可选安装', value: 0 }, - { label: '建议安装', value: 3 }, + { label: '建议安装', value: 1 }, { label: '需要安装', value: 2 }, ]} width="md" -- Gitee