@@ -466,7 +466,7 @@
</el-select>
<el-select
v-if="scope.row.isDict === 'true'"
- v-model="scope.row.dictid"
+ v-model="scope.row.dictCode"
placeholder="请选择字典"
class="dict-select"
size="small"
@@ -477,7 +477,7 @@
v-for="(item, index) in dictTypeList"
:key="index"
:label="item.name"
- :value="String(item.id)"
+ :value="String(item.typeKey)"
></el-option>
</div>
@@ -182,7 +182,6 @@
},
// 查看成本调查表内容弹窗
handleViewTemplate(data) {
- console.log(data, 'data')
// 设置表单数据
this.contentEditForm = {
surveyTemplateName: data.surveyTemplateName || '',