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(); }, //显示语音窗口