Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
5fe81fd5
Commit
5fe81fd5
authored
Nov 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8ad312d6
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
21 deletions
+14
-21
members.vue
...te-ui/src/views/detail/groupAccount/component/members.vue
+2
-3
performance.vue
...i/src/views/detail/groupAccount/component/performance.vue
+2
-3
zbxmmx.vue
...ate-ui/src/views/detail/groupAccount/component/zbxmmx.vue
+2
-3
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+2
-3
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+2
-3
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+2
-3
index.vue
...rate-ui/src/views/radar/components/MajorProject/index.vue
+2
-3
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/members.vue
View file @
5fe81fd5
...
...
@@ -486,11 +486,10 @@
}
this
.
dataEXCEL
.
exportExeclName
=
this
.
exportData
.
title
;
if
(
value
){
this
.
dataEXCEL
.
pageSize
=
value
this
.
dataEXCEL
.
exportCount
=
value
}
else
{
this
.
dataEXCEL
.
pageSize
=
2000
;
this
.
dataEXCEL
.
exportCount
=
2000
;
}
delete
this
.
dataEXCEL
.
pageNum
memberListExport
(
this
.
dataEXCEL
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
this
.
exportData
.
exportEXCEL
=
true
;
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/performance.vue
View file @
5fe81fd5
...
...
@@ -320,11 +320,10 @@
}
this
.
dataEXCEL
.
exportExeclName
=
this
.
exportData
.
title
;
if
(
value
){
this
.
dataEXCEL
.
pageSize
=
value
this
.
dataEXCEL
.
exportCount
=
value
}
else
{
this
.
dataEXCEL
.
pageSize
=
2000
;
this
.
dataEXCEL
.
exportCount
=
2000
;
}
delete
this
.
dataEXCEL
.
pageNum
exportWinBid
(
this
.
dataEXCEL
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
this
.
exportData
.
exportEXCEL
=
true
;
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/zbxmmx.vue
View file @
5fe81fd5
...
...
@@ -322,11 +322,10 @@
}
this
.
dataEXCEL
.
exportExeclName
=
this
.
exportData
.
title
;
if
(
value
){
this
.
dataEXCEL
.
pageSize
=
value
this
.
dataEXCEL
.
exportCount
=
value
}
else
{
this
.
dataEXCEL
.
pageSize
=
2000
;
this
.
dataEXCEL
.
exportCount
=
2000
;
}
delete
this
.
dataEXCEL
.
pageNum
exportBid
(
this
.
dataEXCEL
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
this
.
exportData
.
exportEXCEL
=
true
;
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
5fe81fd5
...
...
@@ -1006,11 +1006,10 @@ export default {
}
this
.
dataEXCEL
.
exportExeclName
=
this
.
exportData
.
title
;
if
(
value
){
this
.
dataEXCEL
.
pageSize
=
value
this
.
dataEXCEL
.
exportCount
=
value
}
else
{
this
.
dataEXCEL
.
pageSize
=
2000
;
this
.
dataEXCEL
.
exportCount
=
2000
;
}
delete
this
.
dataEXCEL
.
pageNum
api
.
uipSerachExport
(
this
.
dataEXCEL
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
this
.
exportData
.
exportEXCEL
=
true
;
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
5fe81fd5
...
...
@@ -3046,11 +3046,10 @@ export default {
}
this
.
dataEXCEL
.
exportExeclName
=
this
.
exportData
.
title
;
if
(
value
){
this
.
dataEXCEL
.
pageSize
=
value
this
.
dataEXCEL
.
exportCount
=
value
}
else
{
this
.
dataEXCEL
.
pageSize
=
2000
;
this
.
dataEXCEL
.
exportCount
=
2000
;
}
delete
this
.
dataEXCEL
.
pageNum
if
(
this
.
exportData
.
title
===
'企业资质'
){
api
.
aptitudeExport
(
this
.
dataEXCEL
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
5fe81fd5
...
...
@@ -853,11 +853,10 @@ export default {
}
this
.
dataEXCEL
.
exportExeclName
=
this
.
exportData
.
title
;
if
(
value
){
this
.
dataEXCEL
.
pageSize
=
value
this
.
dataEXCEL
.
exportCount
=
value
}
else
{
this
.
dataEXCEL
.
pageSize
=
2000
;
this
.
dataEXCEL
.
exportCount
=
2000
;
}
delete
this
.
dataEXCEL
.
pageNum
urbanInvestmentExport
(
this
.
dataEXCEL
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
this
.
exportData
.
exportEXCEL
=
true
;
...
...
dsk-operate-ui/src/views/radar/components/MajorProject/index.vue
View file @
5fe81fd5
...
...
@@ -691,11 +691,10 @@ export default {
}
this
.
dataEXCEL
.
exportExeclName
=
this
.
exportData
.
title
;
if
(
value
){
this
.
dataEXCEL
.
pageSize
=
value
this
.
dataEXCEL
.
exportCount
=
value
}
else
{
this
.
dataEXCEL
.
pageSize
=
2000
;
this
.
dataEXCEL
.
exportCount
=
2000
;
}
delete
this
.
dataEXCEL
.
pageNum
api
.
radarExport
(
this
.
dataEXCEL
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
this
.
exportData
.
exportEXCEL
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment