新增分类id

This commit is contained in:
weipengfei 2023-07-29 14:38:54 +08:00
parent ba20f9b800
commit b8511bf263

View File

@ -89,6 +89,8 @@
wechat: '', //
address: '',//
age: '',//
category_id: '1',
category_child: '2',
},
rules: {
phone: {
@ -163,7 +165,11 @@
}
let res = await informationAdd({
...this.formData,
...districtForm
...districtForm,
...this.$refs.residentsRef.residents,
datas:{
...this.$refs.breedingRef.formData
}
});
uni.hideLoading()
uni.showToast({