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