+
-
+
{{ areaName }}
所在地区
-
+
-
+
风险类型
{{ $dict.getLabel('helpDeclarationReason', declareReason) }}
-
+
@@ -81,14 +81,15 @@ export default {
},
clearArea() {
- this.declareReason = '',
+ this.areaId = '',
+ this.areaName = '',
this.current = 1,
this.list = [],
this.getList()
},
clearReason() {
- this.areaId = '',
+ this.declareReason = '',
this.current = 1,
this.list = [],
this.getList()
@@ -130,6 +131,9 @@ export default {
::v-deep .AiTopFixed .content {
padding: 0;
}
+ ::v-deep .AiSelect .display{
+ justify-content: center;
+ }
.tab-select {
width: 100%;
@@ -173,6 +177,11 @@ export default {
flex: 1;
text-align: center !important;
font-size: 28px;
+
+ ::v-deep .u-icon .uicon-close-circle{
+ top: -96px !important;
+ left: 80px;
+ }
}
}