Explorar el Código

添加给联系人发送信息

kyoyue hace 11 meses
padre
commit
0eef4acfaa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/wechat/contact/send-msg.data.ts

+ 1 - 1
src/views/wechat/contact/send-msg.data.ts

@@ -8,7 +8,7 @@ export const formSchema: FormSchema[] =[
   {
     field: 'msg',
     label: t('信息'),
-    component: 'Input',
+    component: 'InputTextArea',
     required: true,
   },
   // {