diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index a4d2ad44..9164b9d6 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -15,7 +15,7 @@
- + 风险类型 {{ $dict.getLabel('helpDeclarationReason', declareReason) }} @@ -89,13 +89,19 @@ export default { }, areaSelect(e) { - console.log(e); this.areaId =e this.$nextTick(() => { this.getList() }) }, + typeSelect(e) { + this.declareReason = e[0].value + this.current = 1, + this.list = [], + this.getList() + }, + clearArea() { this.areaId = '', this.areaName = '',