| | |
| | | </template> |
| | | <FYForm |
| | | ref="formRef" |
| | | :form-info="evaConditon" |
| | | :rules="evaConditionRules" |
| | | :showButtons="false" |
| | | @submit="nextStep" |
| | |
| | | data() { |
| | | return { |
| | | loading: false, |
| | | // 评估任务范围 |
| | | evaConditon: {}, |
| | | evaConditionRules: { |
| | | time: [ |
| | | { |
| | |
| | | }, |
| | | 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); |