Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
trimble-admin-pro
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
784bb708
authored
2020-03-31 17:00:39 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
cebc7e0e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
src/views/calculator/pvfunc.vue
src/views/calculator/pvpage.vue
src/views/calculator/pvfunc.vue
View file @
784bb70
...
...
@@ -126,7 +126,8 @@ export default {
end_time
:
new
Date
(
this
.
exportDate
[
1
]).
getTime
()
+
1000
*
60
*
60
*
24
,
mobile_phone
:
""
,
startIndex
:
0
,
size
:
1000000
size
:
1000000
,
query
:
""
};
var
encoder
=
HDP
.
getEncoder
();
var
encrypted
=
encoder
.
encode
(
JSON
.
stringify
(
data
));
...
...
src/views/calculator/pvpage.vue
View file @
784bb70
...
...
@@ -126,8 +126,10 @@ export default {
end_time
:
new
Date
(
this
.
exportDate
[
1
]).
getTime
()
+
1000
*
60
*
60
*
24
,
mobile_phone
:
""
,
startIndex
:
0
,
size
:
1000000
size
:
1000000
,
query
:
""
};
console
.
log
(
"data:"
,
data
)
var
encoder
=
HDP
.
getEncoder
();
var
encrypted
=
encoder
.
encode
(
JSON
.
stringify
(
data
));
let
params
=
{
...
...
@@ -136,6 +138,7 @@ export default {
func
:
"queryStatPageListAppjqos"
,
data
:
encrypted
};
console
.
log
(
"params:"
,
params
);
exportTable
(
params
);
},
showDialog
()
{
...
...
Please
register
or
sign in
to post a comment