新增分类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: '', // wechat: '', //
address: '',// address: '',//
age: '',// age: '',//
category_id: '1',
category_child: '2',
}, },
rules: { rules: {
phone: { phone: {
@ -163,7 +165,11 @@
} }
let res = await informationAdd({ let res = await informationAdd({
...this.formData, ...this.formData,
...districtForm ...districtForm,
...this.$refs.residentsRef.residents,
datas:{
...this.$refs.breedingRef.formData
}
}); });
uni.hideLoading() uni.hideLoading()
uni.showToast({ uni.showToast({