Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
304f1c84
Commit
304f1c84
authored
Sep 14, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zuhuduan' of
http://192.168.60.201/root/dsk-operate-sys
into zuhuduan
parents
63e29106
fbd57de6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
InvalidExtensionException.java
.../dsk/common/exception/file/InvalidExtensionException.java
+2
-1
index.vue
dsk-operate-ui/src/views/detail/groupAccount/index.vue
+0
-1
index.vue
...te-ui/src/views/enterpriseData/components/Group/index.vue
+2
-2
No files found.
dsk-common/src/main/java/com/dsk/common/exception/file/InvalidExtensionException.java
View file @
304f1c84
...
@@ -9,7 +9,8 @@ import java.util.Arrays;
...
@@ -9,7 +9,8 @@ import java.util.Arrays;
*
*
* @author dsk
* @author dsk
*/
*/
public
class
InvalidExtensionException
extends
FileUploadException
//public class InvalidExtensionException extends FileUploadException
public
class
InvalidExtensionException
extends
RuntimeException
{
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
...
...
dsk-operate-ui/src/views/detail/groupAccount/index.vue
View file @
304f1c84
...
@@ -60,7 +60,6 @@
...
@@ -60,7 +60,6 @@
this
.
details
=
res
.
data
;
this
.
details
=
res
.
data
;
})
})
infoMemberCount
({
combineId
:
this
.
customerId
}).
then
(
res
=>
{
infoMemberCount
({
combineId
:
this
.
customerId
}).
then
(
res
=>
{
console
.
log
(
res
.
data
)
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
statisticObj
=
res
.
data
this
.
statisticObj
=
res
.
data
}
}
...
...
dsk-operate-ui/src/views/enterpriseData/components/Group/index.vue
View file @
304f1c84
...
@@ -377,13 +377,13 @@ export default {
...
@@ -377,13 +377,13 @@ export default {
return
this
.
$message
.
warning
(
"抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索"
)
return
this
.
$message
.
warning
(
"抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索"
)
}
}
let
item
=
this
.
searchList
[
0
]
let
item
=
this
.
searchList
[
0
]
this
.
$router
.
push
({
path
:
`/groupAccount/
${
item
.
combineId
}
?name=
${
item
.
combineName
.
replace
(
new
RegExp
(
"<font color='#FF204E'>"
,
'g'
),
''
).
replace
(
new
RegExp
(
"</font>"
,
'g'
),
''
)}
&cid=
${
item
.
combineMemberCid
}
`
})
this
.
$router
.
push
({
path
:
`/groupAccount/
${
item
.
combineId
}
?name=
${
item
.
combineName
.
replace
(
new
RegExp
(
"<font color='#FF204E'>"
,
'g'
),
''
).
replace
(
new
RegExp
(
"</font>"
,
'g'
),
''
)}
`
})
},
},
selCompany
(
item
=
this
.
searchList
[
0
]){
selCompany
(
item
=
this
.
searchList
[
0
]){
if
(
!
item
){
if
(
!
item
){
return
this
.
$message
.
warning
(
"抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索"
)
return
this
.
$message
.
warning
(
"抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索"
)
}
}
this
.
$router
.
push
({
path
:
`/groupAccount/
${
item
.
combineId
}
?name=
${
item
.
combineName
.
replace
(
new
RegExp
(
"<font color='#FF204E'>"
,
'g'
),
''
).
replace
(
new
RegExp
(
"</font>"
,
'g'
),
''
)}
&cid=
${
item
.
combineMemberCid
}
`
})
this
.
$router
.
push
({
path
:
`/groupAccount/
${
item
.
combineId
}
?name=
${
item
.
combineName
.
replace
(
new
RegExp
(
"<font color='#FF204E'>"
,
'g'
),
''
).
replace
(
new
RegExp
(
"</font>"
,
'g'
),
''
)}
`
})
},
},
}
}
}
}
...
...
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