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 1dfb2198
authored
Jul 07, 2021
by
jml0128
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
1 parent
5b952cfb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
package.json
src/packages/bi/src/project/20-configurable.vue
src/packages/bi/src/project/6-zone.vue
package.json
View file @
1dfb219
{
"name"
:
"
jml
-bi"
,
"name"
:
"
xrk
-bi"
,
"version"
:
"0.1.2"
,
"description"
:
"
jml
-bi"
,
"description"
:
"
xrk
-bi"
,
"author"
:
"xrk"
,
"main"
:
"dist/bundler.js"
,
"keywords"
:
[
...
...
@@ -26,7 +26,6 @@
"vue"
:
"^2.5.11"
,
"vue-awesome-swiper"
:
"^4.1.1"
,
"vue-echarts"
:
"^6.0.0-rc.5"
,
"vue-photo-preview"
:
"^1.1.3"
,
"vuedraggable"
:
"^2.24.3"
},
"devDependencies"
:
{
...
...
src/packages/bi/src/project/20-configurable.vue
View file @
1dfb219
...
...
@@ -462,12 +462,16 @@ export default {
this
.
dealChoice
(
topicInfo
.
data
.
data
||
[]);
this
.
dealChoiceMixin
(
topicMixinInfo
.
data
.
data
||
[]);
this
.
coverList
=
tempaletList
.
data
.
data
||
[];
this
.
$nextTick
(()
=>
{
window
.
status
=
'1'
;
});
}
)
.
catch
(()
=>
{
this
.
$nextTick
(()
=>
{
window
.
status
=
'1'
;
});
});
}
};
</
script
>
...
...
src/packages/bi/src/project/6-zone.vue
View file @
1dfb219
...
...
@@ -493,12 +493,16 @@ export default {
this
.
dealChoice
(
topicInfo
.
data
.
data
||
[]);
this
.
dealChoiceMixin
(
topicMixinInfo
.
data
.
data
||
[]);
this
.
coverList
=
tempaletList
.
data
.
data
||
[];
this
.
$nextTick
(()
=>
{
window
.
status
=
'1'
;
});
}
)
.
catch
(()
=>
{
this
.
$nextTick
(()
=>
{
window
.
status
=
'1'
;
});
});
}
};
</
script
>
...
...
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