Commit 13d26703 by bozch

fix: 修复在代码生成进行编辑时,对字段信息中的字典类型已经设置后又置空后,提交无法更新的问题。

parent d3240df8
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</el-table-column> </el-table-column>
<el-table-column label="字典类型" min-width="12%"> <el-table-column label="字典类型" min-width="12%">
<template #default="scope"> <template #default="scope">
<el-select v-model="scope.row.dictType" clearable filterable placeholder="请选择"> <el-select v-model="scope.row.dictType" :value-on-clear="''" clearable filterable placeholder="请选择">
<template #header> <template #header>
<div class="flex justify-end"> <div class="flex justify-end">
<el-popover <el-popover
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment