mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 12:13:51 +08:00
Merge branch 'v2.0' of https://github.com/bufanyun/hotgo into v2.0
This commit is contained in:
@@ -284,6 +284,7 @@
|
||||
return h(NTreeSelect, {
|
||||
value: row.dictType,
|
||||
disabled: row.name === 'id',
|
||||
clearable: true,
|
||||
options: props.selectList?.dictMode ?? [],
|
||||
onUpdateValue: function (e) {
|
||||
row.dictType = e;
|
||||
|
||||
Reference in New Issue
Block a user