@@ -9,7 +9,7 @@
v-bind="params"
/>
</template>
- <template v-if="item.type === 'richtext2'">
+ <template v-else-if="item.type === 'richtext2'">
<RichTextEditor2
ref="itemRef"
:modelValue="modelValue"
@@ -125,7 +125,6 @@ async function handleSubmit() {
} catch {
toast({
content: '有必填项未填写,请检查',
- icon: 'none',
});
return;
}
@@ -138,7 +137,6 @@ async function handleSubmit() {
if (!account) {
content: '请输入账号',