riku
2023-12-22 e5875000e60d4976f159f287ae3773f1d11960b3
src/views/fysp/evaluation/components/precheck/CompCheckArea.vue
@@ -6,7 +6,6 @@
    </template>
    <FYForm
      ref="formRef"
      :form-info="evaConditon"
      :rules="evaConditionRules"
      :showButtons="false"
      @submit="nextStep"
@@ -63,8 +62,6 @@
  data() {
    return {
      loading: false,
      // 评估任务范围
      evaConditon: {},
      evaConditionRules: {
        time: [
          {
@@ -78,8 +75,8 @@
  },
  methods: {
    setOptions(param) {
      this.evaConditon._locations = param.locations;
      this.evaConditon._scenetype = param.scenetype;
      this.$refs.formRef.formObj._locations = param.locations;
      this.$refs.formRef.formObj._scenetype = param.scenetype;
    },
    submit() {
      this.$refs.formRef.onSubmit(false);