fix: bug#11139、11214
This commit is contained in:
parent
4447e11d7c
commit
d7790f203f
|
@ -553,7 +553,7 @@ watch(
|
|||
);
|
||||
|
||||
watch(
|
||||
() => dialogs.editShow,
|
||||
() => dialogs.addShow,
|
||||
(val: boolean) => {
|
||||
if (!val) tableData.selectedRows = [];
|
||||
},
|
||||
|
|
|
@ -189,12 +189,13 @@
|
|||
style="width: 500px"
|
||||
placeholder="请选择资产类型"
|
||||
show-search
|
||||
:options="form.assetsType"
|
||||
>
|
||||
<j-select-option
|
||||
<!-- <j-select-option
|
||||
v-for="item in form.assetsType"
|
||||
:value="item.value"
|
||||
>{{ item.label }}</j-select-option
|
||||
>
|
||||
> -->
|
||||
</j-select>
|
||||
</j-form-item>
|
||||
|
||||
|
|
Loading…
Reference in New Issue