riku
2024-03-21 5f20f4bba739f0f81101a2c1d99f494647125e05
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);
    },
    // 跳转上一步