Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
13d26703
authored
May 16, 2025
by
bozch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复在代码生成进行编辑时,对字段信息中的字典类型已经设置后又置空后,提交无法更新的问题。
parent
d3240df8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/infra/codegen/components/ColumInfoForm.vue
+1
-1
No files found.
src/views/infra/codegen/components/ColumInfoForm.vue
View file @
13d26703
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment