ec04092b by tianhaohao@pashanhoo.com

111

1 parent c9014f84
...@@ -171,7 +171,7 @@ export default { ...@@ -171,7 +171,7 @@ export default {
171 getZdInfo(this.currentSelectProps.bdcdyid).then(res => { 171 getZdInfo(this.currentSelectProps.bdcdyid).then(res => {
172 this.bsmZd = res?.result[0]?.bsmZd 172 this.bsmZd = res?.result[0]?.bsmZd
173 console.log(this.bsmZd); 173 console.log(this.bsmZd);
174 this.$popupDialog('图形定位', 'workflow/components/dialog/txdw', { bsmZd: this.bsmZd }, '85%', true) 174 this.$popupDialog('图形定位', 'workflow/top/map/index', { bsmZd: this.bsmZd }, '85%', true)
175 }) 175 })
176 break; 176 break;
177 case "back": //退回按钮 177 case "back": //退回按钮
......