去掉监听

This commit is contained in:
shijingjing
2022-09-30 09:10:27 +08:00
parent 99a81996a1
commit a19bbe29d6

View File

@@ -416,13 +416,6 @@ export default {
}
}
},
'form.companionCount': {
handler(e) {
if(e > 50) {
this.$u.toast('超过50人啦')
}
}
}
},
methods: {