111
Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -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": //退回按钮 | ... | ... |
-
Please register or sign in to post a comment