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