kongdeqiang
2025-01-07 84b7e68f71e414e575518b3c34bf722782cc507d
src/components/page/street/index.vue
@@ -151,14 +151,14 @@
                this.loadSelect();
            },
            loadSelect(){
                this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/street/findList', {}, res => {
                    this.select3 = res.data.list2
                this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList2', {}, res => {
                    this.select3 = res.data
                })
            },
            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;
                })
            },