Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
202ba23b
authored
2023-01-30 16:30:45 +0800
by
赵千
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
xml响应结果
1 parent
54d8d89c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/components/dataDetails/edit-dialog.vue
src/mixins/tableMixin.js
src/components/dataDetails/edit-dialog.vue
View file @
202ba23
...
...
@@ -174,6 +174,7 @@ export default {
},
isShow
(
item
)
{
this
.
dataReport
=
item
;
this
.
titleName
=
'sjmx'
;
this
.
dialogVisible
=
true
;
//获取表头列表
getDetail
({
bsmReport
:
this
.
dataReport
.
bsmReport
}).
then
((
res
)
=>
{
...
...
src/mixins/tableMixin.js
View file @
202ba23
...
...
@@ -42,4 +42,4 @@ let mixin = {
}
}
}
export
default
mixin
\ No newline at end of file
export
default
mixin
...
...
Please
register
or
sign in
to post a comment