{{ $t('common.cancel') }}
- {{ $t('common.save') }}
+
+ {{ $t('common.save') }}
@@ -107,11 +107,13 @@ import { MsgError, MsgSuccess } from '@/utils/message'
import { copyClick } from '@/utils/clipboard'
import { t } from '@/locales'
+type PlatformType = 'wechat' | 'dingtalk' | 'wecom' | 'feishu' | 'slack'
+
const formRef = ref