src/views/build/conpanyFunctionConsult/need/needIdentify/components/editDialog.vue
@@ -3,7 +3,7 @@ <el-dialog v-model="dialogVisible" :title="title" width="50%" width="900px" :before-close="handleClose" :close-on-press-escape="false" :close-on-click-modal="false" @@ -267,6 +267,7 @@ state.form.companyName = value.companyName state.companyList = companyList } state.form.year = new Date().getFullYear().toString() title.value = type === 'add' ? '新增' : type ==='edit' ? '编辑' : '查看' ; if(type === 'edit' || type === 'review') { state.form = JSON.parse(JSON.stringify(value));