BUG 28294
This commit is contained in:
@@ -393,7 +393,7 @@ export default {
|
||||
}
|
||||
},
|
||||
submit() {
|
||||
let isValid = true,form = JSON.parse(JSON.stringify(this.formData))
|
||||
let isValid = true, form = JSON.parse(JSON.stringify(this.formData))
|
||||
this.formDataList.map((item) => {
|
||||
item?.map((items) => {
|
||||
if (items.type == 'checkbox') { //多选
|
||||
@@ -439,14 +439,12 @@ export default {
|
||||
}).then(res => {
|
||||
if (res?.code == 0) {
|
||||
this.$u.toast('提交成功')
|
||||
setTimeout(() => {
|
||||
uni.navigateBack({
|
||||
success: () => {
|
||||
uni.$emit("selectType")
|
||||
}
|
||||
})
|
||||
}, 600)
|
||||
}
|
||||
} else this.$u.toast(res?.msg || "提交失败,请联系管理员")
|
||||
})
|
||||
},
|
||||
handleSelectResident(resident, item) {
|
||||
|
||||
Reference in New Issue
Block a user