whyczyk
2020-12-03 af09adb2d2663e89b26fd4b9a9201bf3ab4d3bf7
地图配置BUG修复
1个文件已修改
3 ■■■■■ 已修改文件
src/components/chartMapSetting/editChartMap.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chartMapSetting/editChartMap.vue
@@ -123,7 +123,6 @@
                    StationName2: '', // 市*
                    StationName5: '', // 区县*
                    dataName: '', // 数据名称
                    status: 0, // 激活状态
                    id: null // 数据ID
                },
                linkage: {
@@ -169,7 +168,6 @@
                        tmp.city = this.params.StationName2;
                        tmp.distinct = this.params.StationName5;
                        tmp.name = this.params.dataName;
                        tmp.status = this.params.status;
                        tmp.id = this.params.id;
                        // 修改地图
                        this.editMap(tmp);
@@ -410,7 +408,6 @@
            this.params.StationName2 = this.mapjson.city;
            this.params.StationName5 = this.mapjson.distinct;
            this.params.dataName = this.mapjson.name;
            this.params.status = this.mapjson.status;
            this.params.id = this.mapjson.id;
            // 设置省市区县的数据