commit
This commit is contained in:
@@ -1071,7 +1071,11 @@ layout("/mobile/platform.html"){
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
'formData.roomCount'(newVal) {
|
||||
'formData.roomCount'(oldVal, newVal) {
|
||||
if(oldVal !== newVal) {
|
||||
this.$set(this.formData, 'roomRemark', '')
|
||||
this.$set(this.formData, 'roomRemarkName', '')
|
||||
}
|
||||
this.updateRoomRemarkColumns()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user