Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
jml0128
/
xrk-bi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 250cd8ee
authored
Nov 08, 2021
by
jml0128
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix-数字推广修改性别图表' into 'master'
fix:修改图表 See merge request
!3
2 parents
4464fc6f
bd952bb3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
package.json
src/packages/bi/src/project/6-zone.vue
package.json
View file @
250cd8e
{
"name"
:
"xrk-bi"
,
"version"
:
"0.1.
19
"
,
"version"
:
"0.1.
20
"
,
"description"
:
"xrk-bi"
,
"author"
:
"xrk"
,
"main"
:
"dist/bundler.js"
,
...
...
src/packages/bi/src/project/6-zone.vue
View file @
250cd8e
...
...
@@ -451,7 +451,9 @@ export default {
const
{
content
}
=
this
.
$refs
[
'cover'
];
let
_missionData
=
chartConfigToSetInfo
(
this
.
missionData
,
biInfoId
);
_missionData
[
0
]
=
Object
.
assign
({},
_missionData
[
0
],
_missionData
[
2
]);
_missionData
[
0
]
=
Object
.
assign
({},
_missionData
[
0
],
{
resultUser
:
(
_missionData
[
2
]
||
{}).
resultUser
||
''
});
_missionData
=
_missionData
.
slice
(
0
,
2
);
return
this
.
Bi
.
saveInfo
({
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment