src/views/goalManagement/safetyAssessment/index.vue
@@ -1,4 +1,5 @@ <template> <div> <el-form ref="ruleFormRef" :model="ruleForm" status-icon label-width="20px" class="topTitle"> <el-row> <el-col :span="4"> @@ -59,6 +60,7 @@ </div> <Dailog ref="openAdd"></Dailog> </div> </div> </template> <script lang="ts"> import Dailog from './component/Dailog.vue';