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