Commit 04debb70b0512387923ccc4808e7bea5dad41812
1 parent
2a101792
投放点
1.点击投放点名称可以查看详情; 2.新增区域和街道查询和社区
Showing
1 changed file
with
1 additions
and
0 deletions
trash-ui/src/views/unit/dropPointInfo/index.vue
| ... | ... | @@ -777,6 +777,7 @@ export default { |
| 777 | 777 | this.reset(); |
| 778 | 778 | const id = row.id || this.ids |
| 779 | 779 | this.dropTime = false; |
| 780 | + this.infoDisable = false | |
| 780 | 781 | getDropPointInfo(id).then(response => { |
| 781 | 782 | let dropTime = response.data.dropTime.split("~"); |
| 782 | 783 | this.form = response.data; | ... | ... |