Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ec04092b
authored
2024-02-20 15:42:40 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
c9014f84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
src/views/workflow/mixin/index.js
src/views/workflow/components/dialog/txdw.vue → src/views/workflow/top/map/index.vue
src/views/workflow/mixin/index.js
View file @
ec04092
...
...
@@ -171,7 +171,7 @@ export default {
getZdInfo
(
this
.
currentSelectProps
.
bdcdyid
).
then
(
res
=>
{
this
.
bsmZd
=
res
?.
result
[
0
]?.
bsmZd
console
.
log
(
this
.
bsmZd
);
this
.
$popupDialog
(
'图形定位'
,
'workflow/
components/dialog/txdw
'
,
{
bsmZd
:
this
.
bsmZd
},
'85%'
,
true
)
this
.
$popupDialog
(
'图形定位'
,
'workflow/
top/map/index
'
,
{
bsmZd
:
this
.
bsmZd
},
'85%'
,
true
)
})
break
;
case
"back"
:
//退回按钮
...
...
src/views/workflow/
components/dialog/txdw
.vue
→
src/views/workflow/
top/map/index
.vue
View file @
ec04092
File moved
Please
register
or
sign in
to post a comment