From a20fb17c20514133359b4db1a4e956f3917f8104 Mon Sep 17 00:00:00 2001 From: luyan Date: Fri, 27 Oct 2023 11:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B312345=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E5=88=86=E7=B1=BB=EF=BC=8C=E5=9B=A0=E6=9C=AA=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=9C=AB=E7=BA=A7=EF=BC=8C=E8=80=8C=E6=97=A0=E6=B3=95=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/cpts/myCascader.vue | 3 ++- .../shequzhili/event/cpts/process-form-designate.vue | 3 ++- .../shequzhili/event/cpts/process-form-replay-end.vue | 3 ++- .../modules/shequzhili/event/cpts/process-form-replay.vue | 6 +++--- src/views/modules/shequzhili/event/eventList.vue | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/myCascader.vue b/src/views/modules/shequzhili/event/cpts/myCascader.vue index 6a4a75c29..f5a9f76aa 100644 --- a/src/views/modules/shequzhili/event/cpts/myCascader.vue +++ b/src/views/modules/shequzhili/event/cpts/myCascader.vue @@ -30,7 +30,8 @@ export default { optionProps: { type: Object, default: () => { } - } + }, + checkStrictly:true }, created() { }, methods: { diff --git a/src/views/modules/shequzhili/event/cpts/process-form-designate.vue b/src/views/modules/shequzhili/event/cpts/process-form-designate.vue index 14e4e6488..a87027c5c 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-designate.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-designate.vue @@ -13,7 +13,7 @@ prop="categoryList">
@@ -89,6 +89,7 @@ export default { value: "id", label: "categoryName", children: "children", + checkStrictly: true }, dataRule: { content: [ diff --git a/src/views/modules/shequzhili/event/cpts/process-form-replay-end.vue b/src/views/modules/shequzhili/event/cpts/process-form-replay-end.vue index 77e7d39ad..44334b2dc 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-replay-end.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-replay-end.vue @@ -14,7 +14,7 @@ prop="categoryList">
@@ -67,6 +67,7 @@ export default { value: "id", label: "categoryName", children: "children", + checkStrictly: true }, dataRule: { content: [ diff --git a/src/views/modules/shequzhili/event/cpts/process-form-replay.vue b/src/views/modules/shequzhili/event/cpts/process-form-replay.vue index 72a923867..d90e89119 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-replay.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-replay.vue @@ -5,7 +5,7 @@ prop="categoryList">
@@ -51,11 +51,11 @@ export default { casOptions: [], iscascaderShow: 0, optionProps: { - multiple: false, value: "id", label: "categoryName", children: "children", - level: 'categoryType' + level: 'categoryType', + checkStrictly: true }, dataRule: { content: [ diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue index e1e81d441..b6deb8152 100644 --- a/src/views/modules/shequzhili/event/eventList.vue +++ b/src/views/modules/shequzhili/event/eventList.vue @@ -593,7 +593,6 @@ export default { await this.$http .post('/governance/icEvent/importEvent', formData) .then(res => { - console.log('res-up', res); if (res.data.code == 0 && res.data.msg == 'success') { const data = res.data.data; this.dataList = [ @@ -626,6 +625,7 @@ export default { this.importLoading = false; this.importBtnTitle = '导入'; this.$refs.upload.clearFiles(); + this.getTableData(); }, //显示语音窗口