diff --git a/src/views/system/Basis/index.vue b/src/views/system/Basis/index.vue index 1b1402ea..04158667 100644 --- a/src/views/system/Basis/index.vue +++ b/src/views/system/Basis/index.vue @@ -204,7 +204,7 @@
推荐尺寸64*64
-
支持icon格式
+
支持ico格式
diff --git a/src/views/system/Department/product/index.vue b/src/views/system/Department/product/index.vue index 408ef299..3f492d3f 100644 --- a/src/views/system/Department/product/index.vue +++ b/src/views/system/Department/product/index.vue @@ -543,6 +543,13 @@ const dialogs = reactive({ editShow: false, nextShow: false, }); + +watch( + () => props.parentId, + () => { + tableData._selectedRowKeys = []; + }, +);