|
@@ -26,7 +26,7 @@ defineOptions({name: 'groupAccount-component-invite'})
|
|
|
const props = defineProps({
|
|
|
inviteType: {
|
|
|
type: String,
|
|
|
- default: '0' // 类型(0 邀请同事 | 1 邀请子公司),示例值(2)
|
|
|
+ default: '0' // 类型 (0 邀请同事 | 1 邀请子公司),示例值(2)
|
|
|
}
|
|
|
})
|
|
|
|
|
@@ -54,7 +54,7 @@ const getCode = async (type) => {
|
|
|
console.err(err)
|
|
|
}
|
|
|
}
|
|
|
-getCode()
|
|
|
+// getCode()
|
|
|
|
|
|
// 生成邀请码标识
|
|
|
const getGenerateCode = async (type) => {
|