首页和基他问题修复
This commit is contained in:
parent
494682090f
commit
505a3b7f51
|
@ -269,6 +269,7 @@ const submitForm = () => {
|
||||||
SysScaleFormRef.value?.validate(async (valid: boolean) => {
|
SysScaleFormRef.value?.validate(async (valid: boolean) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
buttonLoading.value = true;
|
buttonLoading.value = true;
|
||||||
|
form.value.publishType = publishType.value
|
||||||
|
|
||||||
if (publishType.value == 0) {
|
if (publishType.value == 0) {
|
||||||
const userIds = multipleSelection.value.map(v => v.userId)
|
const userIds = multipleSelection.value.map(v => v.userId)
|
||||||
|
|
Loading…
Reference in New Issue