【修改】身份切换回显上次的值
This commit is contained in:
@@ -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)
|
||||||
|
})
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
* 选择嘉宾类型
|
* 选择嘉宾类型
|
||||||
|
|||||||
Reference in New Issue
Block a user