diff --git a/src/views/task/list/components/addPatrol.vue b/src/views/task/list/components/addPatrol.vue index 6ecec7c..6ea979b 100644 --- a/src/views/task/list/components/addPatrol.vue +++ b/src/views/task/list/components/addPatrol.vue @@ -327,7 +327,8 @@ this.id = '' this.pictureList = [] this.mission_id = '' - this.mapform=[] + this.mapform=[] + this.$refs['dialog'].reset() } }, @@ -352,6 +353,9 @@ // .xy-table-item-label { // width: 160px; // } + ::v-deep .avue-input-map{ + display: none; + } ::v-deep .site_id,::v-deep .address,::v-deep .lat,::v-deep .lon{ display: none; } diff --git a/src/views/task/list/components/addUnit.vue b/src/views/task/list/components/addUnit.vue index 540a6a0..9ddfd7e 100644 --- a/src/views/task/list/components/addUnit.vue +++ b/src/views/task/list/components/addUnit.vue @@ -49,6 +49,32 @@ + + @@ -113,35 +139,36 @@ -