bug
This commit is contained in:
@@ -627,7 +627,8 @@ export default {
|
||||
...this.form,
|
||||
id: this.id || '',
|
||||
girdId: this.user.girdCheckType == 1 ? this.user.girdId : '',
|
||||
householdIdNumber: this.householdIdNumber
|
||||
householdIdNumber: this.householdIdNumber,
|
||||
isHousehold: '0',
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast(this.isEdit ? '保存成功' : '提交成功')
|
||||
|
||||
Reference in New Issue
Block a user