新增分类id
This commit is contained in:
parent
ba20f9b800
commit
b8511bf263
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user