首页和基他问题修复

This commit is contained in:
jiangzhe 2024-04-30 16:43:12 +08:00
parent 494682090f
commit 505a3b7f51
1 changed files with 1 additions and 0 deletions

View File

@ -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)