待测试

This commit is contained in:
2026-07-28 07:58:26 +08:00
parent 1e9e25fe67
commit 6fbcf21024
22 changed files with 1294 additions and 264 deletions
-8
View File
@@ -91,7 +91,6 @@ const form = reactive({
phone: "",
relationDesc: "",
applyReason: "",
inviterUserId: "",
});
const fields = [
{
@@ -120,13 +119,6 @@ const fields = [
maxlength: 500,
placeholder: "说明申请加入的原因",
},
{
key: "inviterUserId",
label: "邀请人编号",
inputType: "number",
maxlength: 20,
placeholder: "如有邀请人可填写编号",
},
];
const controller = createRequestController();
const hasValidContext = computed(() => /^[1-9]\d*$/.test(genealogyId.value));