| | |
| | | import { enumScene } from '@/enum/scene'; |
| | | import { ElMessage } from 'element-plus'; |
| | | import evaluateApi from '@/api/fysp/evaluateApi'; |
| | | <<<<<<< HEAD |
| | | import { useCloned } from '@vueuse/core'; |
| | | ======= |
| | | >>>>>>> c06a5b40718062cc8b4b971322d7c394018cc972 |
| | | export default { |
| | | props: { |
| | | readonly: { |
| | |
| | | return evaluateApi.updateParentRule(this.formInfo); |
| | | }, |
| | | initFormInfo() { |
| | | this.formInfo = this.$deepCopy(this.evalutionRule); |
| | | this.formInfo = useCloned(this.evalutionRule).cloned.value; |
| | | this.parseSceneBaseInfo(this.formInfo); |
| | | }, |
| | | parseSceneBaseInfo(param) { |