fix: bug#11139、11214

This commit is contained in:
JiangQiming 2023-03-30 10:56:51 +08:00
parent 4447e11d7c
commit d7790f203f
2 changed files with 4 additions and 3 deletions

View File

@ -553,7 +553,7 @@ watch(
); );
watch( watch(
() => dialogs.editShow, () => dialogs.addShow,
(val: boolean) => { (val: boolean) => {
if (!val) tableData.selectedRows = []; if (!val) tableData.selectedRows = [];
}, },

View File

@ -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>