diff --git a/pingan/src/views/receiver/clues/index.vue b/pingan/src/views/receiver/clues/index.vue index 575dfce..a4adc91 100644 --- a/pingan/src/views/receiver/clues/index.vue +++ b/pingan/src/views/receiver/clues/index.vue @@ -56,6 +56,18 @@ /> + + + + + + + @@ -213,7 +225,8 @@ belong: [], userCode: '', centerNumber: '', - orgName: '' + orgName: '', + level: '' }, // 表格列配置 columns: [ @@ -345,6 +358,7 @@ statusList: [], centerList: [], orgNameList: [], + levelList: [], title: '线索列表' }; }, @@ -381,9 +395,9 @@ loadSearch() { getSearch() .then((data) => { - console.log(data); this.statusList = data.statusList; this.belongOptions = data.belongList; + this.levelList = data.levelList; }) .catch((e) => { this.$message.error(e.message);