fix: bug#10740、11100

This commit is contained in:
JiangQiming 2023-03-28 10:07:17 +08:00
parent f44985ba3f
commit 4b2439374a
2 changed files with 8 additions and 1 deletions

View File

@ -204,7 +204,7 @@
</div> </div>
<div class="upload-tips">推荐尺寸64*64</div> <div class="upload-tips">推荐尺寸64*64</div>
<div class="upload-tips">支持icon格式</div> <div class="upload-tips">支持ico格式</div>
</j-form-item> </j-form-item>
</j-col> </j-col>
</j-row> </j-row>

View File

@ -543,6 +543,13 @@ const dialogs = reactive({
editShow: false, editShow: false,
nextShow: false, nextShow: false,
}); });
watch(
() => props.parentId,
() => {
tableData._selectedRowKeys = [];
},
);
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>