Commit 04debb70b0512387923ccc4808e7bea5dad41812

Authored by 2c2c2c
1 parent 2a101792

投放点

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