| | |
| | | this.loadSelect(); |
| | | }, |
| | | loadSelect(){ |
| | | this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/street/findList', {}, res => { |
| | | this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList', {}, res => { |
| | | this.select3 = res.data.list2 |
| | | }) |
| | | }, |
| | | streetEdit(id){ |
| | | this.flag2 = true; |
| | | this.roadId = id; |
| | | this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/street/findById', {id:id,type:0}, res => { |
| | | this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findById', {id:id,type:0}, res => { |
| | | this.table2 = res.data; |
| | | }) |
| | | }, |