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
15cd1cdc
Commit
15cd1cdc
authored
Aug 18, 2023
by
tanyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev20230707'
parents
226bcde0
7df0f144
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
application-pre.yml
dsk-admin/src/main/resources/application-pre.yml
+1
-1
index.vue
...te-ui/src/views/enterpriseData/components/Group/index.vue
+2
-2
No files found.
dsk-admin/src/main/resources/application-pre.yml
View file @
15cd1cdc
...
@@ -14,7 +14,7 @@ shuzhihua:
...
@@ -14,7 +14,7 @@ shuzhihua:
# 获取ip地址开关
# 获取ip地址开关
addressEnabled
:
false
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
# 验证码类型 math 数组计算 char 字符验证
captchaType
:
math
captchaType
:
char
# 开发环境配置
# 开发环境配置
server
:
server
:
...
...
dsk-operate-ui/src/views/enterpriseData/components/Group/index.vue
View file @
15cd1cdc
...
@@ -283,8 +283,8 @@ export default {
...
@@ -283,8 +283,8 @@ export default {
api
.
centralEnterprsesocial
().
then
(
res
=>
{
api
.
centralEnterprsesocial
().
then
(
res
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
isSkeleton
=
false
;
this
.
isSkeleton
=
false
;
if
(
res
.
data
.
length
>
0
){
if
(
res
.
data
.
l
ist
.
l
ength
>
0
){
res
.
data
.
map
(
item
=>
{
res
.
data
.
list
.
map
(
item
=>
{
item
.
page
=
1
item
.
page
=
1
})
})
}
}
...
...
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