diff --git a/src/const/system/dict.js b/src/const/system/dict.js index 09ec4a9..2b79988 100644 --- a/src/const/system/dict.js +++ b/src/const/system/dict.js @@ -3,7 +3,7 @@ export const optionParent = { calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 8, + searchMenuSpan: 10, tree: true, border: true, index: true, @@ -93,7 +93,7 @@ export const optionChild = { calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 6, + searchMenuSpan: 10, tree: true, border: true, index: true, diff --git a/src/const/system/dictbiz.js b/src/const/system/dictbiz.js index 09ec4a9..2b79988 100644 --- a/src/const/system/dictbiz.js +++ b/src/const/system/dictbiz.js @@ -3,7 +3,7 @@ export const optionParent = { calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 8, + searchMenuSpan: 10, tree: true, border: true, index: true, @@ -93,7 +93,7 @@ export const optionChild = { calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 6, + searchMenuSpan: 10, tree: true, border: true, index: true, diff --git a/src/views/system/dict.vue b/src/views/system/dict.vue index 6bd0707..dc49a30 100644 --- a/src/views/system/dict.vue +++ b/src/views/system/dict.vue @@ -211,6 +211,7 @@ }); }, handleRowClick(row) { + this.query = {}; this.parentId = row.id; this.dictValue = row.dictValue; this.$refs.crudChild.value.code = row.code; diff --git a/src/views/system/dictbiz.vue b/src/views/system/dictbiz.vue index 8eaff10..7ab8bff 100644 --- a/src/views/system/dictbiz.vue +++ b/src/views/system/dictbiz.vue @@ -211,6 +211,7 @@ }); }, handleRowClick(row) { + this.query = {}; this.parentId = row.id; this.dictValue = row.dictValue; this.$refs.crudChild.value.code = row.code;