从陪访消息进入时固定陪访类型

This commit is contained in:
mengxiaolong
2021-03-05 15:31:49 +08:00
parent 60a9164e43
commit 068cec5fa3
2 changed files with 22 additions and 3 deletions

View File

@@ -33,6 +33,10 @@ export default {
readonly: {
type: Boolean,
default: false
},
isDisabled: {
type: Boolean,
default: false
}
},
data() {
@@ -42,6 +46,7 @@ export default {
},
methods: {
showPopup() {
if (this.isDisabled) return
this.isShow = true
},
closePopup() {