src/views/fysp/evaluation/components/precheck/components/CompCheckSource.vue
@@ -108,7 +108,7 @@ // 步骤下标 modelValue: Number }, emits: ['update:modelValue'], emits: ['update:modelValue', 'change'], data() { return { areaInfo: {}, @@ -223,6 +223,7 @@ methods: { // 跳转下一步 nextStep() { this.$emit('change', this.checkResults); this.$emit('update:modelValue', this.modelValue + 1); }, // 跳转上一步