From 505a3b7f51fb47a61ca3142f8e82fa35664a604f Mon Sep 17 00:00:00 2001 From: jiangzhe <244140623@qq.com> Date: Tue, 30 Apr 2024 16:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=92=8C=E5=9F=BA=E4=BB=96?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/scale/SysScaleList/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/scale/SysScaleList/index.vue b/src/views/scale/SysScaleList/index.vue index 681d199..10a9400 100644 --- a/src/views/scale/SysScaleList/index.vue +++ b/src/views/scale/SysScaleList/index.vue @@ -269,6 +269,7 @@ const submitForm = () => { SysScaleFormRef.value?.validate(async (valid: boolean) => { if (valid) { buttonLoading.value = true; + form.value.publishType = publishType.value if (publishType.value == 0) { const userIds = multipleSelection.value.map(v => v.userId)