diff --git a/pages/component/unicloud-db-contacts/add.uvue b/pages/component/unicloud-db-contacts/add.uvue index b41cbc239ba888f41aa7440c392245c6f37ad8cd..00d337ac3e4594a656f85929028584d406982152 100644 --- a/pages/component/unicloud-db-contacts/add.uvue +++ b/pages/component/unicloud-db-contacts/add.uvue @@ -49,12 +49,8 @@ this.$uniCloudElement = this.$refs['udb'] as UniCloudDBElement }, methods: { - // radioChange(e : RadioGroupChangeEvent) { - // this.gender = e.detail.value - // }, onFormSubmit: function (e : FormSubmitEvent) { const formData = e.detail.value - // TODO 待调整 value 属性为 any 后可省略此转换 formData['gender'] = parseInt(formData['gender'] as string) this.$uniCloudElement!.add(formData, { showToast: false,