【修改】身份切换回显上次的值

This commit is contained in:
fengachen
2022-11-11 14:32:37 +08:00
parent c121353180
commit b9d8cdf920
@@ -437,6 +437,9 @@ export default {
if (e.target.value !== 1) { if (e.target.value !== 1) {
this.guestType = null this.guestType = null
} }
this.$nextTick( ()=> {
this.$refs.formother.setFormVal(this.model)
})
}, },
/* /*
* 选择嘉宾类型 * 选择嘉宾类型