From dc9ffffc1e2111b38873081a1cf50d0bf1b5eaa9 Mon Sep 17 00:00:00 2001 From: smallchill Date: Thu, 23 Apr 2020 15:57:10 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E7=BA=A7=E8=81=94=E6=9F=A5=E8=AF=A2=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const/system/dict.js | 4 ++-- src/const/system/dictbiz.js | 4 ++-- src/views/system/dict.vue | 1 + src/views/system/dictbiz.vue | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) 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;