@@ -46,7 +46,7 @@
},
methods: {
sectionChange: function (type) {
- if (!this.checkData.checked) {
+ if (!this.checkData.checked && type === 3) {
this.$message.error('请阅读相关条例')
} else {
this.$emit('sectionEvent', type)