fix: bug#10740、11100
This commit is contained in:
parent
f44985ba3f
commit
4b2439374a
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue